apollo_developers/bower_components/angular-bootstrap-calendar/src/app.js
2018-04-19 11:48:46 +05:30

15 lines
227 B
JavaScript

'use strict';
/**
* @ngdoc overview
* @name angularBootstrapCalendarApp
* @description
* # angularBootstrapCalendarApp
*
* Main module of the application.
*/
angular
.module('mwl.calendar', [
'ui.bootstrap'
]);