ede0effcade2057c614ad52faff29fc5ee556267
[groupbasedpolicy.git] / groupbasedpolicy-ui / module / src / main / resources / gbp / common / gbp.controller.js
1 define(['app/gbp/common/gbp.service'], function () {
2     'use strict';
3
4     angular.module('app.gbp').controller('RootGbpCtrl', RootGbpCtrl);
5
6     RootGbpCtrl.$inject = ['$scope', 'RootGbpService'];
7
8     function RootGbpCtrl($scope, RootGbpService) {
9
10     }
11 });