.
This commit is contained in:
parent
6cc3487818
commit
85bca8db68
1 changed files with 7 additions and 0 deletions
7
src/js/controllers/headController.js
Normal file
7
src/js/controllers/headController.js
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
angular.module('copayApp.controllers').controller('headController',
|
||||||
|
function($scope, $window, $log) {
|
||||||
|
$scope.appConfig = $window.appConfig;
|
||||||
|
$log.info('Running head controller:' + $window.appConfig.nameCase)
|
||||||
|
});
|
||||||
Loading…
Add table
Add a link
Reference in a new issue