Directives by ProLoser
About This Content
Directive is in bold
Italics mean optional
Pipes mean either|or
Plaintext means no string encapsulation
Superscript means notes or context
Brackets mean tag comptibility
Lack of brackets means the attribute can apply to any tag
This content, Directives, was created on 9th August, 2012 and was last updated on 13th February, 2013.
Directives appears on:
Directives
| ng-app="plaintext" |
| ng-bind[-html-unsafe]="expression" |
| ng-bind-template="string" |
| ng-change="expression" |
| ng-checked="boolean" |
| ng-class[-even|-odd]="string|object" |
| ng-[dbl]click="expression" |
| ng-cloak="boolean" |
| ng-controller="plaintext" |
| <html ng-csp> (Content Security Policy) |
| ng-disabled="boolean" |
| <form|ng-form name="plaintext"> | ng-form="plaintext" |
| ng-hide|show="boolean" |
| ng-href="plaintext{{string}}" |
| ng-include="string"|<ng-include src="string" onload="expression" autoscroll="expression"> |
| ng-init="expression" |
| <input ng-pattern="/regex/" ng-minlength ng-maxlength ng-required |
| <input ng-list="delimiter|regex"> |
| <input type="checkbox" ng-true-value="plaintext" ng-false-value="plaintext"> |
| ng-model="expression" |
| ng-mouse[down|enter|leave|move|over|up]="expression" |
| <select ng-multiple> |
| ng-non-bindable |
| ng-options="select [as label] [group by group] for ([key,] value) in object|array" |
| ng-pluralize|<ng-pluralize count="number" when="object" offset="number"> |
| ng-readonly="expression" |
| ng-repeat="([key,] value) in object|array" |
| <option ng-selected="boolean"> |
| ng-src="string" |
| ng-style="string|object" |
| ng-submit="expression" |
| ng-switch="expression"|<ng-switch on="expression"> |
| ng-switch-when="plaintext" |
| ng-switch-default |
| ng-transclude templates |
| ng-view|<ng-view> |
| ng-bind-html="expression" |
Bold means the actual directive
Italics mean optional
Pipes mean either|or
Plaintext means no string encapsulation
Superscript means notes or context
<Brackets> mean tag comptibility
Lack of <brackets> means the attribute can apply to any tag
Comments
No comments yet. Add yours below!
Add a Comment
You must be logged in to post a comment. Please log in using the form at the top right of the page.

