var app = angular.module('PegaseApp', ['ngTouch', 'SignalR', 'ui.grid', 'ui.grid.selection', 'ui.grid.resizeColumns', 'ui.bootstrap', 'ui.bootstrap.datetimepicker', 'AxelSoft']);
File : Intervention.Js
angular.module('PegaseApp')
.controller('MainCtrl', ['$rootScope', '$scope', 'HubManager', function ($rootScope, $scope, HubManager) {
........
} );
Project : 2
File : spl.Js
angular.module('myApp', ['bgDirectives']);
angular.module('bgDirectives', [])
.directive('bgSplitter', function () {
..........
});