diff --git a/index.html b/index.html index a422595..e78b1f1 100644 --- a/index.html +++ b/index.html @@ -170,7 +170,7 @@

Getting Started

Setup is easy and designed to be highly modular. Just follow these steps in order:

    -
  1. Optional Include the Internet Explorer Shiv (read why here)
  2. +
  3. Optional Include the Internet Explorer Shim (read why here)
  4. Optional Include jQuery if using jQuery Plugins
  5. Optional Include any jQuery(UI) plugins you wish to use (plugins are not bundled with AngularUI)
  6. Include AngularJS
  7. @@ -210,23 +210,23 @@

    Global Defaults

    -
    +

    Why?

    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.

    How?

    -

    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