app.js 256 B

12345678910111213141516
  1. ;'use strict';
  2. /* 20150609
  3. ** angular myweb
  4. ** ah.yiru@gmail.com
  5. */
  6. angular.module('app', [
  7. 'ui.router',
  8. 'ui.bootstrap',
  9. 'ngResource',
  10. 'ngAnimate',
  11. 'cgBusy',
  12. 'toaster',
  13. 'ngDialog'
  14. , 'ngSanitize'
  15. ]);