UNPKG
box-chrome-sdk
Version:
latest (0.1.1)
0.1.1
0.1.0
A Chrome App SDK for the Box V2 API
github.com/box/Chrome-App-SDK
box/Chrome-App-SDK
box-chrome-sdk
/
lib
/
_chrome.js
9 lines
(7 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@fileoverview
Chrome module and angular service. *
@author
jmeadows
*/
angular.
module
(
'chrome'
, []).
factory
(
'chrome'
,
function
(
) {
return
window
.
chrome
; });