removed unnecessary class declaration

This commit is contained in:
Athou
2013-04-23 10:25:50 +02:00
parent 0c2712cc6b
commit 62215bf66e

View File

@@ -13,7 +13,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<span class="fldr" ng-class="{'fldr-closed': !node.expanded, 'fldr-open': node.expanded}" ng-click="toggleCategory(node)"> <span class="fldr" ng-click="toggleCategory(node)">
<i ng-class="{'icon-caret-right': !node.expanded, 'icon-caret-down': node.expanded}"></i> <i ng-class="{'icon-caret-right': !node.expanded, 'icon-caret-down': node.expanded}"></i>
</span> </span>
<span ng-click="categoryClick({id: node.id})"> <span ng-click="categoryClick({id: node.id})">