Merge pull request #70 from cmgustavo/ref/design-21

Fix openExtenalLink
This commit is contained in:
Matias Alejo Garcia 2016-09-07 10:28:47 -03:00 committed by GitHub
commit 6485cd1bdf
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
angular.module('copayApp.controllers').controller('termsController', function($scope, $log, $state, uxLanguage, profileService, externalLinkService) {
$scope.lang = uxLanguage.currentLanguage;
$scope.disclaimerUrl = $window.appConfig.disclaimerUrl;
$scope.confirm = function() {
profileService.setDisclaimerAccepted(function(err) {