glidera service

This commit is contained in:
Matias Alejo Garcia 2016-08-19 23:40:28 -03:00
commit 1095b48cd5
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 106 additions and 81 deletions

View file

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