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