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 has been archived by the owner on May 29, 2019. It is now read-only.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -199,7 +199,7 @@ <h3>Reading the documentation</h3>
<li><iclass="glyphicon glyphicon-eye-open"></i> - This setting has an angular $watch listener applied to it.</li>
<li><smallclass="badge">B</small> - This setting is a boolean. It doesn't need a parameter.</li>
<li><smallclass="badge">C</small> - This setting can be configured globally in a constant service*.</li>
<li><smallclass="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><smallclass="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><smallclass="badge">readonly</small> - This setting is readonly.</li>