Sign in
vanadium
/
release.projects.luma_third_party
/
6699d7bbc0f67c3f8b84502d5e2957e3b72750d9
/
.
/
crowdstf
/
res
/
app
/
components
/
stf
/
common-ui
/
stacked-icon
/
index.js
blob: 9cc70529678f3674fb8d31c59ec26b1edb6ee71c [
file
] [
log
] [
blame
]
module
.
exports
=
angular
.
module
(
'stf.stacked-icon'
,
[])
.
directive
(
'stackedIcon'
,
require
(
'./stacked-icon-directive'
))