Wallet/src/js/controllers/headController.js
Matias Alejo Garcia 1095b48cd5
glidera service
2016-08-19 23:40:28 -03:00

7 lines
254 B
JavaScript

'use strict';
angular.module('copayApp.controllers').controller('headController',
function($scope, $window, $log, glideraService) {
$scope.appConfig = $window.appConfig;
$log.info('Running head controller:' + $window.appConfig.nameCase)
});