0

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?

stevemao
  • 1,423
  • 1
  • 16
  • 29

1 Answers1

1

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.

Ignacio Villaverde
  • 1,264
  • 1
  • 11
  • 15