8 lines
126 B
JavaScript
Executable File
8 lines
126 B
JavaScript
Executable File
'use strict';
|
|
|
|
//Global service for global variables
|
|
angular.module('insight.system').factory('Global',
|
|
function() {
|
|
});
|
|
|