You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2018. It is now read-only.
I update the ng-model via data-binding of the result of the promise object but the required state never change and still invalid even the model was successfully updated.
This what i got: class="md-block ng-pristine ng-untouched ng-isolate-scope flex ng-empty ng-invalid ng-invalid-required ng-valid-format ng-valid-min-date ng-valid-max-date ng-valid-filter"`
I expect the class below since i already populate the data via data-binding class="md-block ng-untouched ng-isolate-scope flex ng-valid-format ng-valid-min-date ng-valid-max-date ng-valid-filter ng-not-empty ng-dirty ng-valid-parse ng-valid ng-valid-required"`
The text was updated successfully, but these errors were encountered:
I update the ng-model via data-binding of the result of the promise object but the required state never change and still invalid even the model was successfully updated.
This what i got:
class="md-block
ng-pristine ng-untouched ng-isolate-scope flex ng-empty ng-invalid ng-invalid-required ng-valid-format ng-valid-min-date ng-valid-max-date ng-valid-filter"`I expect the class below since i already populate the data via data-binding
class="md-block
ng-untouched ng-isolate-scope flex ng-valid-format ng-valid-min-date ng-valid-max-date ng-valid-filter ng-not-empty ng-dirty ng-valid-parse ng-valid ng-valid-required"`The text was updated successfully, but these errors were encountered: