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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: misc/demo/index.html
+6
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,12 @@ <h3>CSS</h3>
173
173
</p>
174
174
<h3>FAQ</h3>
175
175
<p>Please check <ahref="https://github.com/angular-ui/bootstrap/wiki/FAQ" target="_blank">our FAQ section</a> for common problems / solutions.</p>
176
+
<h3>Reading the documentation</h3>
177
+
<p>
178
+
Each of the directives provided in <code>ui-bootstrap</code> have documentation and interactive Plunker examples. There is also a list of settings which outline the default
179
+
values of settings, and whether they are readonly. In addition to this, some settings have an eye icon next to them like this <iclass="glyphicon glyphicon-eye-open"></i>. The
180
+
eye means that the setting has an Angular <ahref="https://docs.angularjs.org/api/ng/type/$rootScope.Scope#$watch" title="Angular $watch" target="_blank">$watch</a> listener applied to it.
0 commit comments