app.js 210 B

12345
  1. angular.module('FreiG', ['ui.router', 'ngMaterial', 'ngMessages', 'ngSanitize']);
  2. var _contextPath = 'frei';
  3. angular.module('FreiG').constant('contextPath', _.isEmpty(_contextPath) ? "" : "/" + _contextPath);