diff --git a/index.html b/index.html index a422595..e78b1f1 100644 --- a/index.html +++ b/index.html @@ -170,7 +170,7 @@
Setup is easy and designed to be highly modular. Just follow these steps in order:
In brief, custom tag elements (and thus directives that support them) like <ng-view> or <ui-currency> are ignored by IE 8 and older. Custom tags are cool because they are terse and give semantic to your awesome html5 app. AngularJS has provided a recipe for doing this, however, our solution saves you the fuss.
Below is how you would incorporate shiv by putting it into the <head> of your html code. For more,
+
Below is how you would incorporate shim by putting it into the <head> of your html code. For more,
see code page on github
<head>
<!--[if lte IE 8]>
<script>
- // The ieshiv takes care of our ui.directives, bootstrap module directives and
+ // The ieshim 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
// enumerate the list of tags in window.myCustomTags