What are the various possible prefixes such as 'ng-' using which angular directives?
Answers
Answered by
0
AngularJS directives are extended HTML attributes which have a prefix 'ng-'. An AngularJS application is initialized by the ng-app directive. Application data is initialized by the ng-init directive. The ng-model directive is used to bind the value of HTML controls - input, select, textarea - to application data.
Similar questions