angularjs mobile v1.0

This commit is contained in:
life
2014-05-14 22:35:56 +08:00
parent 0929c715c0
commit 4d1f3b957e
33 changed files with 7 additions and 136 deletions

View File

@@ -16,7 +16,6 @@
<li ng-repeat="note in notes | filter:query | orderBy:'UpdatedTime'" class="topcoat-list__item">
<a ng-click="go('/note/' + note.NoteId)">
<p>[[note.Title]]</p>
<span class="chevron"></span><span class="count"></span>
</a>
</li>
</ul>