Tenant, EPG, Contract initial commit
[groupbasedpolicy.git] / groupbasedpolicy-ui / module / src / main / resources / gbp / epg / epg.controller.js
1 define([
2
3 ], function () {
4     'use strict';
5
6     angular.module('app.gbp').controller('EpgController', EpgController);
7
8     EpgController.$inject = ['$scope'];
9
10     function EpgController($scope) {
11
12     }
13 });