Skip to content

Commit d9e6ca8

Browse files
committed
Merge pull request #24 from dandoyon/static-ieshiv-doc
Update doc to match updated ieshiv new static implementation
2 parents 6fbe7ee + feb9f22 commit d9e6ca8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,12 @@ <h3>How?</h3>
140140

141141
&lt;!--[if lte IE 8]&gt;
142142
&lt;script&gt;
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
&lt;/script&gt;
149150
&lt;script src="build/angular-ui-ieshiv.js"&gt;&lt;/script&gt;
150151
&lt;![endif]--&gt;

0 commit comments

Comments
 (0)