fiddle: https://jsfiddle.net/stevemao/zc6htcob/
a class ng-submitted
should be added on the ng-form
directive when hitting the Submit button. What am I missing?
fiddle: https://jsfiddle.net/stevemao/zc6htcob/
a class ng-submitted
should be added on the ng-form
directive when hitting the Submit button. What am I missing?
Just take a look at this: https://github.com/angular/angular.js/issues/10071
It is a known issue and you can find several workarounds there.