Wallet/src/js/controllers/termOfUse.js

8 lines
175 B
JavaScript
Raw Normal View History

'use strict';
angular.module('copayApp.controllers').controller('termOfUseController',
function($scope, uxLanguage) {
$scope.lang = uxLanguage.currentLanguage;
});