diff --git a/index.html b/index.html index bba2016..b580624 100644 --- a/index.html +++ b/index.html @@ -140,11 +140,12 @@
window.myAngularModules
+ // enumerate the list of tags in window.myCustomTags
- window.myAngularModules = [ 'yourModule.ThatContainsAtLeastSomeDirectives', 'somebodyElsesModule' ]; // optional
+ window.myCustomTags = [ 'yourDirective', 'somebodyElsesDirective' ]; // optional
</script>
<script src="build/angular-ui-ieshiv.js"></script>
<![endif]-->