Merge pull request #3565 from gabrielbazan7/fix/viewChanges
Global settings terms of use
This commit is contained in:
commit
83c6436dd0
5 changed files with 31 additions and 6 deletions
8
src/js/controllers/termOfUse.js
Normal file
8
src/js/controllers/termOfUse.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('termOfUseController',
|
||||
function($scope, uxLanguage) {
|
||||
|
||||
$scope.lang = uxLanguage.currentLanguage;
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue