Wallet/src/js/controllers/preferencesAbout.js

6 lines
215 B
JavaScript
Raw Normal View History

2015-04-25 12:37:04 -03:00
'use strict';
angular.module('copayApp.controllers').controller('preferencesAbout',
2016-08-29 16:48:15 -03:00
function($ionicNavBarDelegate, gettextCatalog) {
$ionicNavBarDelegate.title(gettextCatalog.getString('About Copay'));
});