Skip to content

Commit d036d19

Browse files
committed
Update index.html
Added SUPA SIMPO setup instructions
1 parent c24b022 commit d036d19

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

index.html

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,35 @@
116116
<a class="btn btn-large btn-primary" href="https://github.com/angular-ui/angular-ui/tags"><i class="icon-download-alt icon-white"></i> Download</a>
117117
</p>
118118
<h1>AngularUI</h1>
119-
<p>The enhancement companion suite to the <a href="http://angularjs.org">AngularJS</a> framework.</p>
119+
<p>The companion suite to the <a href="http://angularjs.org">AngularJS</a> framework.</p>
120120
<h3 class="alert alert-info pagination-centered" style="margin:2em 0 0">
121121
Check out the new <a href="http://angular-ui.github.com/bootstrap" class="btn btn-primary btn-large">Bootstrap Project</a> by the AngularUI Team!
122122
</h3>
123123
</header>
124-
<section class="" id="defaults">
124+
125+
<section id="setup">
126+
<h1>Getting Started</h1>
127+
<p>Setup is easy and designed to be highly modular. Just follow these steps <strong>in order</strong>:</p>
128+
<ol>
129+
<li><span class="label label-info">Optional</span> Include the <a href="#ieshiv">Internet Explorer Shiv</a> (<a href="http://docs.angularjs.org/guide/ie">read why here</a>)</li>
130+
<li><span class="label label-info">Optional</span> Include jQuery if using jQuery Plugins</li>
131+
<li><span class="label label-info">Optional</span> Include any jQuery(UI) plugins you wish to use (<strong>plugins are not bundled with AngularUI</strong>)</li>
132+
<li>Include AngularJS</li>
133+
<li>Include AngularUI in one of the following ways:
134+
<ul>
135+
<li>Include the entire library (located in <code>/build</code> directory)</li>
136+
<li>Include the <code>/common/module.js</code> and any directives or filters you wish to use</li>
137+
<li><span class="label label-info">Coming Soon</span> Create a custom build and include it</li>
138+
</ul>
139+
</li>
140+
<li>Add the <code>'ui'</code> module as a dependency:
141+
<pre class="prettyprint">angular.module('myModule', ['ui'])</pre>
142+
</li>
143+
<li><span class="label label-info">Optional</span> Setup your <a href="#defaults">Global Defaults</a> for plugins and directives</li>
144+
</ol>
145+
</section>
146+
147+
<section id="defaults">
125148
<h1>Global Defaults</h1>
126149
<div class="row">
127150
<div class="span6">

0 commit comments

Comments
 (0)