Angular JS Directives
There are following Directives in Angular Js .
ng-app directives initializes an angular application.
ng-init initialize a application data.
ng-model binds the value of html controls(button,text) to application data.
ng-bind display application data
ng-app directives initializes an angular application.
ng-init initialize a application data.
ng-model binds the value of html controls(button,text) to application data.
ng-bind display application data
Comments
Post a Comment