horizon/horizon/static/framework/framework.module.js

11 lines
212 B
JavaScript

(function () {
'use strict';
angular.module('horizon.framework', [
'horizon.framework.util',
'horizon.framework.widgets'
])
.constant('horizon.framework.basePath', '/static/framework/');
})();