From 743e683300a671f5ad02e64448c02c3caf4e238e Mon Sep 17 00:00:00 2001 From: ForeverScape Date: Tue, 16 Dec 2014 16:06:21 -0800 Subject: [PATCH] Update example-config.js No longer a TODO: collections are implemented. --- examples/example-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/example-config.js b/examples/example-config.js index c9db642..af46a43 100644 --- a/examples/example-config.js +++ b/examples/example-config.js @@ -7,7 +7,8 @@ app.config(['$customElementsProvider', function ($customElementsProvider) { // 3. call the .register() function with a tag name (including namespace plus dash plus name) // and the custom element config object (very similar to X-Tag config). - // TODO - add some kind of bulk register option so the source element configs can live elswhere + // you can alternatively register a collection of element definitions + // $customElementsProvider.registerCollection( [elementDefinitions] ); $customElementsProvider.register('smart-button', { // parent: (optional) - is the element prototype we wish to inherit from