File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ < div class ="panel b panel-default ">
2+ < div class ="panel-heading ">
3+ < h4 style ="margin-top: 0; margin-bottom: 0; ">
4+ < span ng-if ="::data.imgTitle ">
5+ < img ng-src ="{{data.imgImage}} " class ="header-image " />
6+ </ span >
7+ < span class ="header-title "> {{data.imgTitle || "Image Icon Menu"}}</ span >
8+ </ h4 >
9+ </ div >
10+ < div class ="list-group ">
11+ < a class ="list-group-item no-border " href ="{{data.item_1_URL}} " target ="{{data.item_1_TARGET}} ">
12+ < img ng-src ="{{data.item_1_IMG}} " class ="image-icon-item " />
13+ < span class ="image-icon-title "> {{data.item_1_TITLE}}</ span >
14+ </ a >
15+
16+
17+ < a class ="list-group-item no-border " href ="{{data.item_2_URL}} " target ="{{data.item_2_TARGET}} ">
18+ < img ng-src ="{{data.item_2_IMG}} " class ="image-icon-item " />
19+ < span class ="image-icon-title "> {{data.item_2_TITLE}}</ span >
20+ </ a >
21+
22+
23+ </ div >
24+ </ div >
25+
You can’t perform that action at this time.
0 commit comments