Merge "adding IntelliJ IDEA project files to .gitignore"
[groupbasedpolicy.git] / groupbasedpolicy-ui / module / src / main / resources / gbp / gbp.controller.js
1 define(['app/gbp/gbp.module'], function (gbp) {
2
3   gbp.register.controller('rootGbpCtrl', ['$rootScope', '$scope',
4     function ($rootScope, $scope) {
5
6   }]);
7 });