Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
2284d2c3d5cf7cd218958480b7e9d71f41a9f27f
/
.
/
app
/
common
/
directives
/
index.js
blob: 1fed67853ee1a9ffff77c94495cde37517125813 [
file
] [
log
] [
blame
]
window
.
angular
&&
(
function
(
angular
)
{
'use strict'
;
angular
.
module
(
'app.common.directives'
,
[
'app.common.services'
]);
})(
window
.
angular
);