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