Clean directives. Fix mouse-wheel on input number

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-23 09:37:21 -03:00
commit ce833c6ef9
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
8 changed files with 22 additions and 218 deletions

View file

@ -1,5 +0,0 @@
<div class="medium-2 small-2 columns text-center bottombar-item">
<a ng-click="showPlugins ? showPlugins = false : showPlugins = true" class="menu-toggle">
<i class="size-24 db" ng-class="{ 'icon-arrow-left': showPlugins, 'icon-arrow-right' : !showPlugins }"> </i>
</a>
</div>