Skip to content

Commit

Permalink
Removed disabling profile submit on invalid email
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisl9029 committed Sep 15, 2015
1 parent beb92e0 commit 2f0ff3d
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 2f0ff3d

Please sign in to comment.