Merge pull request #1033 from cmgustavo/bug/01-url-handler

Fixes: url handler
This commit is contained in:
Matias Alejo Garcia 2014-08-07 00:58:08 -03:00
commit bb9406be01
11 changed files with 52 additions and 22 deletions

View file

@ -1,7 +1,9 @@
'use strict';
angular.module('copayApp.controllers').controller('OpenController',
function($scope, $rootScope, walletFactory, controllerUtils, Passphrase, notification) {
function($scope, $rootScope, $location, walletFactory, controllerUtils, Passphrase, notification) {
controllerUtils.redirIfLogged();
var cmp = function(o1, o2) {
var v1 = o1.show.toLowerCase(),
v2 = o2.show.toLowerCase();