12 lines
230 B
JavaScript
Executable File
12 lines
230 B
JavaScript
Executable File
'use strict';
|
|
|
|
/**
|
|
* @ngdoc service
|
|
* @name angularBootstrapCalendarApp.moment
|
|
* @description
|
|
* # moment
|
|
* Constant in the angularBootstrapCalendarApp.
|
|
*/
|
|
angular.module('mwl.calendar')
|
|
.constant('moment', window.moment);
|