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