add test for priv key import

This commit is contained in:
Matias Alejo Garcia 2014-08-20 20:29:07 -04:00
commit 4b3cbfcfb0
4 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ angular.module('copayApp.controllers').controller('JoinController',
var context;
var localMediaStream;
var s = ($location.search()).enterPrivate;
var s = ($location.search()).advanced;
if (s) {
$scope.enterPrivate = true;
}