Wallet/js/controllers/home.js

6 lines
151 B
JavaScript
Raw Normal View History

2014-03-26 09:18:42 -03:00
'use strict';
angular.module('cosign.home').controller('HomeController',
function($scope, $rootScope, $location) {
$scope.title = 'Home';
});