|
Answer» FOLLOWING are the three CORE directives of AngularJS. •ng-app − This directive defines and LINKS an AngularJS application to HTML. •ng-model − This directive BINDS the values of AngularJS application data to HTML input controls. •ng-bind − This directive binds the AngularJS Application data to HTML tags. Following are the three core directives of AngularJS. •ng-app − This directive defines and links an AngularJS application to HTML. •ng-model − This directive binds the values of AngularJS application data to HTML input controls. •ng-bind − This directive binds the AngularJS Application data to HTML tags.
|