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

Commit

Permalink
feat(docs): add explanation of eye icon
Browse files Browse the repository at this point in the history
- Add explanation of the eye icon to documentation

Closes #4120
  • Loading branch information
martin-brennan-csnet authored and wesleycho committed Aug 6, 2015
1 parent e60c3ff commit 265d429
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions misc/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ <h3>CSS</h3>
</p>
<h3>FAQ</h3>
<p>Please check <a href="https://github.com/angular-ui/bootstrap/wiki/FAQ" target="_blank">our FAQ section</a> for common problems / solutions.</p>
<h3>Reading the documentation</h3>
<p>
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
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
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.
</p>
</section>
<% demoModules.forEach(function(module) { %>
<section id="<%= module.name %>">
Expand Down

0 comments on commit 265d429

Please sign in to comment.