fix add button from address book
This commit is contained in:
parent
a40fd0c07d
commit
18a329ca79
1 changed files with 4 additions and 4 deletions
|
|
@ -73,10 +73,10 @@
|
||||||
placeholder="{{'Label'|translate}}" ng-model="newlabel" required>
|
placeholder="{{'Label'|translate}}" ng-model="newlabel" required>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
<a translate class="m0 button secondary small default" ng-click="cancel(addressBookForm)">Back</a>
|
<a translate class="button secondary default" ng-click="cancel(addressBookForm)">Cancel</a>
|
||||||
<input type="submit" class="m0 button small primary right"
|
<button class="primary right"
|
||||||
ng-disabled="addressBookForm.$invalid || loading"
|
ng-disabled="addressBookForm.$invalid || loading"
|
||||||
value="{{'Add'|translate}}">
|
ng-click="submitAddressBook(addressBookForm)">{{'Add'|translate}}</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue