Revert "rm fastclick"

This reverts commit ea7484512f.

Conflicts:
	src/js/controllers/index.js
This commit is contained in:
Matias Alejo Garcia 2015-04-23 17:45:32 -03:00
commit 3c00a4a06c
4 changed files with 5 additions and 4 deletions

View file

@ -13,8 +13,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.menu = [{
'title': 'Home',
'icon': 'icon-home',
'link': 'walletHome',
'active': true,
'link': 'walletHome'
}, {
'title': 'Receive',
'icon': 'icon-receive',
@ -104,7 +103,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
};
self.setTab = function(tab) {
if (self.tab === tab)
return;