You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out the new <ahref="http://angular-ui.github.com/bootstrap" class="btn btn-primary btn-large">Bootstrap Project</a> by the AngularUI Team!
122
122
</h3>
123
123
</header>
124
-
<sectionclass="" id="defaults">
124
+
125
+
<sectionid="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><spanclass="label label-info">Optional</span> Include the <ahref="#ieshiv">Internet Explorer Shiv</a> (<ahref="http://docs.angularjs.org/guide/ie">read why here</a>)</li>
130
+
<li><spanclass="label label-info">Optional</span> Include jQuery if using jQuery Plugins</li>
131
+
<li><spanclass="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><spanclass="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:
0 commit comments