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