Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
ba5e3f3484c0de46f4f5fc5baf5804648179a9eb
/
.
/
app
/
vendors.js
blob: 232abde8a510528633ceb3e6cbae38695888c8a8 [
file
] [
log
] [
blame
]
/**
* A module to easily inject vendors dependencies as angular service
*
* @module app/vendors
* @exports app/vendors
*/
window
.
angular
&&
(
function
(
angular
)
{
'use strict'
;
angular
.
module
(
'app.vendors'
,
[]);
})(
window
.
angular
);