Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 265d429

Browse files
martin-brennan-csnetwesleycho
authored andcommitted
feat(docs): add explanation of eye icon
- Add explanation of the eye icon to documentation Closes #4120
1 parent e60c3ff commit 265d429

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

misc/demo/index.html

+6
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ <h3>CSS</h3>
173173
</p>
174174
<h3>FAQ</h3>
175175
<p>Please check <a href="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 <i class="glyphicon glyphicon-eye-open"></i>. The
180+
eye means that the setting has an Angular <a href="https://docs.angularjs.org/api/ng/type/$rootScope.Scope#$watch" title="Angular $watch" target="_blank">$watch</a> listener applied to it.
181+
</p>
176182
</section>
177183
<% demoModules.forEach(function(module) { %>
178184
<section id="<%= module.name %>">

0 commit comments

Comments
 (0)