blob: 94e79a120f370cbcd63c814be08055139095e7cc [file] [log] [blame]
(function () {
'use strict';
angular
.module('dcaeApp')
.controller('AppController', AppController);
function AppController($state,
$timeout,
$rootScope) {
var vm = this;
}
})();