SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 94 JavaScript

feat(ngModel): provide ng-empty and ng-not-empty CSS classes

If the `$viewValue` is empty then the `ng-empty` CSS class is applied
to the input. Conversely, if it is not empty the `ng-not-empty` CSS class
is applied. Emptiness is ascertained by calling `NgModelController.$isEmpty()`

Closes #10050
Closes #12848
P
Peter Bacon Darwin committed
630280c7fb04a83208d09c97c2efb81be3a3db74
Parent: 496a67c