Merge pull request #75 from gabrielbazan7/fix/terms

add  parameter to controller in termsjs
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-07 15:01:16 -03:00 committed by GitHub
commit 4f226da443

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.controllers').controller('termsController', function($scope, $log, $state, uxLanguage, profileService, externalLinkService) {
angular.module('copayApp.controllers').controller('termsController', function($scope, $log, $state, $window, uxLanguage, profileService, externalLinkService) {
$scope.lang = uxLanguage.currentLanguage;
$scope.disclaimerUrl = $window.appConfig.disclaimerUrl;