Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
75697f909f1d0e1a2e2f575b680040650a0b60d9
/
.
/
app
/
vendors.js
blob: 410520a0dfbac64ac81b069bd7fa88dd3aa20fe5 [
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
);