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

Commit

Permalink
docs(homepage): add extra note
Browse files Browse the repository at this point in the history
Closes #5171
  • Loading branch information
Foxandxss committed Jan 8, 2016
1 parent 1a3e2ad commit 859dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h3>Reading the documentation</h3>
<li><i class="glyphicon glyphicon-eye-open"></i> - This setting has an angular $watch listener applied to it.</li>
<li><small class="badge">B</small> - This setting is a boolean. It doesn't need a parameter.</li>
<li><small class="badge">C</small> - This setting can be configured globally in a constant service*.</li>
<li><small class="badge">$</small> - This setting expects an angular expression instead of a literal string. If the expression support a boolean, you can pass it directly.</li>
<li><small class="badge">$</small> - This setting expects an angular expression instead of a literal string. If the expression support a boolean / integer, you can pass it directly.</li>
<li><small class="badge">readonly</small> - This setting is readonly.</li>
</ul>
</p>
Expand Down

0 comments on commit 859dccd

Please sign in to comment.