Skip to content

Commit

Permalink
feature/settings-tracking — Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandat committed Mar 24, 2016
1 parent 08dad3e commit cbf764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/setting/setting-list.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ion-view.settings(view-title='Settings')
ion-toggle(ng-model='vm.settings.enableAnimations', toggle-class='toggle-positive')
| Enable Animations
ion-toggle(ng-model='vm.settings.enableTracker', toggle-class='toggle-positive')
| Enable tracking
| Enable Tracking
ion-item
button.button.button-assertive.button-small.button-block(ng-click='vm.clearCache()')
span(ng-bind="vm.clearing ? 'Clearing…' : 'Clear cache'")
Expand Down

0 comments on commit cbf764f

Please sign in to comment.