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