Files
dss.web/client/app/components/pageheader/pageheader.controller.js
Fergal Moran d2c529bafe Screw you git!
2015-12-01 19:50:20 +00:00

7 lines
151 B
JavaScript
Executable File

'use strict';
angular.module('dssWebApp')
.controller('PageheaderCtrl', function ($rootScope, $scope, $location, $http, SERVER_CONFIG) {
});