Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
8a111586bdae0eac6fa066ccf65b6053d3b34aa0
/
.
/
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
);