Instructions |
Describe |
Ng-app |
Defines the root element of the application. |
Ng-bind |
Binding HTML elements to application data |
Ng-bind-html |
Binds HTML elements of InnerHTML to application data and removes dangerous characters from HTML strings |
Ng-bind-template |
Specify the text content to replace with the template |
Ng-blur |
The act of stipulating the Blur event |
Ng-change |
Specify an expression to be executed when the content changes |
Ng-checked |
Specifies whether the element is selected |
Ng-class |
Specifying the CSS classes used by HTML elements |
Ng-class-even |
Similar to Ng-class, but only works on even lines |
Ng-class-odd |
Similar to Ng-class, but only works in odd lines |
Ng-click |
Define behavior when elements are clicked |
Ng-cloak |
Prevent the app from flashing when it is about to load |
Ng-controller |
Defining the Controller object for an app |
Ng-copy |
Specify the behavior of the copy event |
Ng-csp |
Security policy for modifying content |
Ng-cut |
Specify the behavior of the cut event |
Ng-dblclick |
Specify the behavior of double-click events |
Ng-disabled |
Specifies whether an element is disabled |
Ng-focus |
Specify the behavior of the focus event |
Ng-form |
Specify HTML form Inheritance controller form |
Ng-hide |
Hide or show HTML elements |
Ng-href |
Specify a link for the <a> element |
Ng-if |
Remove HTML element If condition is false |
Ng-include |
Include HTML files in your app |
Ng-init |
To define an applied initialization value |
Ng-jq |
Define the libraries that your app must use, such as: JQuery |
Ng-keydown |
Specifies the behavior of pressing the key event |
Ng-keypress |
Specifies the behavior of pressing the key event |
Ng-keyup |
Specify the behavior of releasing key events |
Ng-list |
Convert text to a list (array) |
Ng-model |
Binding the value of the HTML controller to the app data |
Ng-model-options |
Specify how the model is updated |
Ng-mousedown |
Specifies the behavior when the mouse button is pressed |
Ng-mouseenter |
Specify behavior when the mouse pointer passes through an element |
Ng-mouseleave |
Specifies the behavior of the mouse pointer when it leaves the element |
Ng-mousemove |
Specifies the behavior of the mouse pointer as it moves through the specified element |
Ng-mouseover |
Specifies behavior when the mouse pointer is over an element |
Ng-mouseup |
Specifies the behavior when the mouse button is released on the element |
Ng-non-bindable |
Specifies that an element or child element cannot bind data |
Ng-open |
Specify an element's Open property |
Ng-options |
Specify <options> in the <select> list |
Ng-paste |
Specify the behavior of the Paste event |
Ng-pluralize |
Display information based on localization rules |
Ng-readonly |
ReadOnly property of the specified element |
Ng-repeat |
A template that defines the data for each item in the collection |
ng-selected |
Selected property of the specified element |
Ng-show |
Show or hide HTML elements |
Ng-src |
Specify the src attribute of the element |
Ng-srcset |
Specify the Srcset property of the element |
Ng-style |
Specifies the element's style property |
Ng-submit |
Specify an expression to execute when the onsubmit event occurs |
Ng-switch |
Specify conditions for showing or hiding child elements |
Ng-transclude |
Specify the target position of the fill |
Ng-value |
Specify the value of the INPUT element |