UNPKG

box-chrome-sdk

Version:

A Chrome App SDK for the Box V2 API

9 lines (7 loc) 182 B
/** * @fileoverview Module and angular service wrapping momentJs. * @author jmeadows */ angular.module('moment', []).factory('moment', function() { return window.moment; });