Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
6dbd305bd5664f9c71af87798350e870ce528b9e
/
.
/
app
/
vendors.js
blob: 2a403b49e570a00a446b2cc86131a8b33cd1ec16 [
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
);