Skip to content

Commit

Permalink
Merge pull request #337 from lewisl9029/bugfix-profile-update-button-…
Browse files Browse the repository at this point in the history
…disables-on-invalid-email

Removed disabling profile submit on invalid email
  • Loading branch information
lewisl9029 committed Sep 15, 2015
2 parents beb92e0 + 2f0ff3d commit e1ba3d3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ <h2>{{updateProfileModal.userInfo.displayName || 'Anonymous'}}</h2>
</div>
<div class="col">
<button type="submit" form="toc-update-profile-form"
class="button button-block button-outline button-balanced"
ng-disabled="tocUpdateProfileForm.$invalid">
class="button button-block button-outline button-balanced">
Update
</button>
</div>
Expand Down

0 comments on commit e1ba3d3

Please sign in to comment.