Skip to content

Commit

Permalink
Merge pull request #1 from dwayne/patch-1
Browse files Browse the repository at this point in the history
(fix indentation): Remove extra leading spaces
  • Loading branch information
imsingh committed Oct 29, 2014
2 parents a16b217 + 8a7c965 commit d40807e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snippets/ngnavigation.cson
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'body' : """
<ion-view title="Title">
<ion-content>
Content Here
</ion-content>
Content Here
</ion-content>
</ion-view>
"""

Expand All @@ -23,7 +23,7 @@
'prefix':'ionic-nav-back'
'body' : """
<ion-nav-back-button class="button-clear">
<i class="ion-arrow-left-c"></i> Back
<i class="ion-arrow-left-c"></i> Back
</ion-nav-back-button>
"""

Expand Down

0 comments on commit d40807e

Please sign in to comment.