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