Wallet/js/controllers/home.js
Matias Alejo Garcia 606ea0668c refactor iden #create
2014-10-24 10:51:04 -03:00

12 lines
382 B
JavaScript

'use strict';
angular.module('copayApp.controllers').controller('HomeController', function($scope, $rootScope, $location, notification, controllerUtils) {
controllerUtils.redirIfLogged();
//$scope.retreiving = true;
// identity.getWallets(function(err,ret) {
// $scope.retreiving = false;
// $scope.hasWallets = (ret && ret.length > 0) ? true : false;
// });
});