touch app/assets/javascripts/core/constant.js
// app/assets/javascripts/core/constant.js /* global toastr:false, moment:false */ (function () { 'use strict'; angular .module('app.core') .constant('moment', moment) .constant('toastr', toastr); })();