Revert "rm fastclick"
This reverts commit ea7484512f.
Conflicts:
src/js/controllers/index.js
This commit is contained in:
parent
67b68d3302
commit
3c00a4a06c
4 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<div
|
||||
class="bottom-bar row collapse">
|
||||
<div class="medium-3 small-3 columns text-center bottombar-item" ng-repeat="item in index.menu">
|
||||
<a id="menu-{{item.link}}" ng-click="index.setTab(item.link)" class="{{item.active? 'active': ''}}" style="border-top-color:{{item.active? index.backgroundColor: ''}}" >
|
||||
<a ng-click="index.setTab(item.link)" ng-class="{'active': index.tab == item.link}"
|
||||
ng-style="{'border-top-color':index.tab==item.link ? index.backgroundColor : ''}">
|
||||
<i class="size-36 {{item.icon}} db"></i>
|
||||
<div class="size-10 tu">
|
||||
{{item.title|translate}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue