From feb9f225f49e7cf6c702e66efa48d0e21d3af793 Mon Sep 17 00:00:00 2001 From: dandoyon Date: Mon, 29 Oct 2012 21:38:19 -0700 Subject: [PATCH] Update doc to match updated ieshiv new implementation --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index bba2016..b580624 100644 --- a/index.html +++ b/index.html @@ -140,11 +140,12 @@

How?

<!--[if lte IE 8]> <script> - // The ieshiv takes care of our ui.directives and AngularJS's ng-view, ng-include and ng-pluralize. + // The ieshiv takes care of our ui.directives, bootstrap module directives and + // AngularJS's ng-view, ng-include, ng-pluralize and ng-switch directives. // However, IF you have custom directives (yours or someone else's) then - // add the directly containing module into 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]-->