app.module.js 130 B

1234567
  1. window.app = angular.module('fea5', [
  2. 'ngRoute',
  3. 'ui.bootstrap',
  4. 'cgNotify',
  5. 'xeditable',
  6. 'pascalprecht.translate'
  7. ]);