app.js 227 B

123456789101112131415
  1. 'use strict';
  2. /**
  3. * @ngdoc overview
  4. * @name angularBootstrapCalendarApp
  5. * @description
  6. * # angularBootstrapCalendarApp
  7. *
  8. * Main module of the application.
  9. */
  10. angular
  11. .module('mwl.calendar', [
  12. 'ui.bootstrap'
  13. ]);