File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,12 @@ <h3>How?</h3>
140140
141141<!--[if lte IE 8]>
142142 <script>
143- // The ieshiv takes care of our ui.directives and AngularJS's ng-view, ng-include and ng-pluralize.
143+ // The ieshiv takes care of our ui.directives, bootstrap module directives and
144+ // AngularJS's ng-view, ng-include, ng-pluralize and ng-switch directives.
144145 // However, IF you have custom directives (yours or someone else's) then
145- // add the directly containing module into < code > window.myAngularModules </ code >
146+ // enumerate the list of tags in < code > window.myCustomTags </ code >
146147
147- window.myAngularModules = [ 'yourModule.ThatContainsAtLeastSomeDirectives ', 'somebodyElsesModule ' ]; // optional
148+ window.myCustomTags = [ 'yourDirective ', 'somebodyElsesDirective ' ]; // optional
148149 </script>
149150 <script src="build/angular-ui-ieshiv.js"></script>
150151<![endif]-->
You can’t perform that action at this time.
0 commit comments