Files
dss.web/client/app/components/pageheader/pageheader.controller.js
Fergal Moran 8bc258f917 LF
2016-06-21 10:18:40 +01:00

7 lines
151 B
JavaScript

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