mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-15 20:44:34 +00:00
7 lines
151 B
JavaScript
7 lines
151 B
JavaScript
'use strict';
|
|
|
|
angular.module('dssWebApp')
|
|
.controller('PageheaderCtrl', function ($rootScope, $scope, $location, $http, SERVER_CONFIG) {
|
|
|
|
});
|