Tag: events

Events – AngularJS

AngularJS provides event directives. There are some common events provided by AngularJS to use in HTML. ng-mousedown - (onmousedown in…

9 years ago

Using Forms – AngularJS

AngularJS provides following flags to handle errors and validating the input. $dirty − indicates that value has is changed. $invalid…

9 years ago