Remove test string for folder names

This commit is contained in:
Tankred Hase 2014-11-12 20:42:57 +01:00
parent 18dc3dbf37
commit 5e82b2382c
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<use ng-if="folder.type === 'Trash'" xlink:href="#icon-trash" />
<use ng-if="folder.type === 'Flagged'" xlink:href="#icon-star" />
</svg>
foobar {{folder.type}}
{{folder.type}}
<span ng-show="folder.count > 0" class="nav__counter">{{folder.count}}</span>
</a>
<!--<button class="btn-icon-very-light">
@ -30,7 +30,7 @@
class="nav__folder" ng-class="{'nav__folder--open': state.nav.currentFolder === folder}">
<a href="#" wo-touch="$event.preventDefault(); openFolder(folder)">
<svg role="presentation"><use xlink:href="#icon-folder" /></svg>
asdf{{folder.name}}
{{folder.name}}
<span ng-show="folder.count > 0" class="nav__counter">{{folder.count}}</span>
</a>
</li>