Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
685fe75ec5c2e82280c0dcc47aa59802314c757d
/
.
/
app
/
common
/
directives
/
index.js
blob: 1fed67853ee1a9ffff77c94495cde37517125813 [
file
] [
log
] [
blame
]
Iftekharul Islam
99d199f
2017-03-24 15:28:25 -0500
[
diff
] [
blame
]
1
window
.
angular
&&
(
function
(
angular
)
{
2
'use strict'
;
3
4
angular
5
.
module
(
'app.common.directives'
,
[
6
'app.common.services'
7
]);
8
9
})(
window
.
angular
);