Skip to content

Commit

Permalink
adding input field to app landing page, to demonstrate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowSharkMT authored Aug 24, 2016
1 parent b95c01c commit 8ca69b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/playlists.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<ion-view view-title="Playlists">
<ion-content>
<ion-list>
INPUT FIELD: <input type="text" />
<ion-item ng-repeat="playlist in playlists" href="#/app/playlists/{{playlist.id}}">
{{playlist.title}}
</ion-item>
Expand Down

0 comments on commit 8ca69b3

Please sign in to comment.