Skip to content

Commit

Permalink
Other Features: added close button
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanNovak committed Sep 17, 2018
1 parent 00e94c1 commit 75a0953
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/app/spot/other-features/other-feature-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
ng-click='vmChild.submitFeature()'>
</button>
<h1 class='title'>Other Feature</h1>
<div class="buttons">
<button class='icon ion-close-round close-modal-button' ng-click='vmChild.otherFeatureModal.hide()'>
</button>
</div>
</ion-header-bar>
<ion-content class='has-header strabo-form' ng-controller='FormController as form'>
<ion-input class='item item-input item-stacked-label item-text-wrap'>
Expand Down

0 comments on commit 75a0953

Please sign in to comment.