error handling

This commit is contained in:
Gabriel Bazán 2015-11-17 12:39:51 -03:00
commit 04e989ce44
2 changed files with 11 additions and 12 deletions

View file

@ -58,7 +58,7 @@
</div>
<div class="row" ng-show="!creatingProfile">
<div class="start-button columns">
<button ng-click="create()" class="button black expand round size-12 text-spacing" translate>
<button ng-disabled="noProfile" ng-click="create()" class="button black expand round size-12 text-spacing" translate>
GET STARTED
</button>
</div>