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