8 lines
206 B
JavaScript
8 lines
206 B
JavaScript
![]() |
define(["moment"], function (moment) {
|
||
|
return ["$scope", "$filter", "$state", "MMWService", "config",
|
||
|
function ($scope, $filter, $state, $MMWService, config) {
|
||
|
$scope.init = function(){
|
||
|
|
||
|
}
|
||
|
}];
|
||
|
});
|