Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
86f4056a2dfee6fced5b5b03de04a7ef9c33d74f
/
.
/
app
/
common
/
components
/
index.js
blob: 67d5a2d53540bbeeb1a60cdc0148dabc79c574e3 [
file
] [
log
] [
blame
]
/**
* A module to contain common components
*/
window
.
angular
&&
(
function
(
angular
)
{
'use strict'
;
// Register app.common.components module
angular
.
module
(
'app.common.components'
,
[]);
})(
window
.
angular
);