Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
c66c97e0ab23a610103b6d948ec7852b79cc4192
/
.
/
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
);