Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
work on #118
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Grupp committed Feb 4, 2015
1 parent fa1079d commit 7f9acf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/templates/_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1 class="title"><%= module %></h1>
<ul>
<li>icons working?: <span class="ion-checkmark-circled"></span></li>
<% if(options.sample === 'start') {%> <li>{{someData.binding}} </li><% } %>
<li>images working?<br><img src="<%= moduleFolder%>/assets/images/yo@2x.png"></li>
<li>images working?<br><img width="100" src="<%= moduleFolder%>/assets/images/yo@2x.png"></li>
</ul>
</ion-content>
</ion-pane>

0 comments on commit 7f9acf0

Please sign in to comment.