angularjs Solving AngularJS ngSubmit Problems Maybe this will save the rest of you some headaches in the future. While working on my app, I could not get Angular's ng-submit to work in an Ionic Framework app. I hate to admit I spent an hour trying to solve this problem.
angularjs AngularJS Form Names Conflict with Scope Methods I discovered a strange little problem today. When working with forms in Angular, the form name cannot be the same as the name of a method on the scope. Example: <form name="changePassword" ng-submit="changePassword()"> <input type=