fix modal exit button close

This commit is contained in:
Jake McDermott 2018-01-23 09:39:59 -05:00
parent 797169317c
commit 7c596039c5
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -7,7 +7,7 @@
</div>
<div class="Form-header--fields"></div>
<div class="Form-exitHolder">
<button type="button" class="Form-exit" ng-click="cancelForm()">
<button type="button" class="Form-exit" ng-click="vm.cancelForm()">
<i class="fa fa-times-circle"></i>
</button>
</div>