Update disclaimer.html
Update disclaimer.js Update disclaimer.html Update indent style
This commit is contained in:
parent
95b21353bb
commit
e73d768ef8
2 changed files with 36 additions and 30 deletions
|
|
@ -25,4 +25,12 @@ angular.module('copayApp.controllers').controller('disclaimerController',
|
|||
});
|
||||
}, 100);
|
||||
};
|
||||
$scope.init = function() {
|
||||
storageService.getCopayDisclaimerFlag(function(err, val) {
|
||||
$scope.agreed = val;
|
||||
$timeout(function() {
|
||||
$scope.$digest();
|
||||
}, 1);
|
||||
});
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue