Widgets Flashcards
ng:non-bindable
Blocks angular from processing an HTML element.
ng:repeat
Creates a collection of cloned HTML elements
ng:required
Verifies presence of user input.
ng:validate
Validates content of user input
ng:view
Works with $route to “include” partial templates
ng:switch
Conditionally changes DOM structure.
ng:include
Includes an external HTML fragment.
ng:options
Dynamically generates a list of ‹option› elements for a ‹select› element using an array or an object.
Blocks angular from processing an HTML element.
ng:non-bindable
Creates a collection of cloned HTML elements
ng:repeat
Verifies presence of user input.
ng:required
Validates content of user input
ng:validate
Works with $route to “include” partial templates
ng:view
Conditionally changes DOM structure.
ng:switch
Includes an external HTML fragment.
ng:include