(fix) Reset button of contact and event editors

pull/91/head
Francis Lachapelle 2015-04-27 11:24:58 -04:00
parent d77f75da49
commit 8557b2a161
2 changed files with 4 additions and 4 deletions

View File

@ -289,10 +289,10 @@
<div class="fieldset md-layout-margin" layout="row" layout-align="end center">
<md-button class="" ng-click="cancel()">
<md-button type="button" ng-click="cancel()">
<var:string label:value="Cancel"/>
</md-button>
<md-button class="" ng-click="reset()">
<md-button type="button" ng-click="reset()">
<var:string label:value="Reset"/>
</md-button>
<md-button class="md-primary md-hue-3" type="submit">

View File

@ -114,10 +114,10 @@
</div>
<div class="fieldset md-layout-margin" layout="row" layout-align="end center">
<md-button ng-click="editor.cancel()">
<md-button type="button" ng-click="editor.cancel()">
<var:string label:value="Cancel"/>
</md-button>
<md-button ng-click="editor.event.$reset()">
<md-button type="button" ng-click="editor.event.$reset()">
<var:string label:value="Reset"/>
</md-button>
<md-button class="md-primary md-hue-3" type="submit">