filmov
tv
AngularJS Tutorial - Part 2

Показать описание
This is the AngularJS tutorial. This covers the below listed built-in directives.
ng-app : It is added to set the AngularJS section
ng-init : It sets default variable value
ng-bind : It is and alternative to {{ }} template
ng-bind-template : It binds multiple expressions to the view
ng-non-bindable : It used to not to bind data
ng-bind-html : It used to bind inner HTML property of an HTML element
ng-change : It evaluates specified expression when the user changes the input
ng-checked : It is used to set checkbox checked
ng-class : It is used to the css class dynamically
ng-cloak : It is used to prevent displaying the content until AngularJS has taken control
ng-click : It is used to execute a methood or expression when element is clicked
ng-controller : It is used to attach a controller class to the view
ng-disabled : It is used to attach disabled attriibutes to the form element
ng-form : It is used to set form within a form
ng-href : It is used to dynamically bind AngularJS variables to the href attribute
ng-include : It is used to fetch, compile and include and external HTML fragment to your page
The demo source code is available in below GitHub
ng-app : It is added to set the AngularJS section
ng-init : It sets default variable value
ng-bind : It is and alternative to {{ }} template
ng-bind-template : It binds multiple expressions to the view
ng-non-bindable : It used to not to bind data
ng-bind-html : It used to bind inner HTML property of an HTML element
ng-change : It evaluates specified expression when the user changes the input
ng-checked : It is used to set checkbox checked
ng-class : It is used to the css class dynamically
ng-cloak : It is used to prevent displaying the content until AngularJS has taken control
ng-click : It is used to execute a methood or expression when element is clicked
ng-controller : It is used to attach a controller class to the view
ng-disabled : It is used to attach disabled attriibutes to the form element
ng-form : It is used to set form within a form
ng-href : It is used to dynamically bind AngularJS variables to the href attribute
ng-include : It is used to fetch, compile and include and external HTML fragment to your page
The demo source code is available in below GitHub