Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit a3fca5b

Browse files
Gunasekar Kesavalu (GIS)Gunasekar Kesavalu (GIS)
authored andcommitted
merged from Dev branch
2 parents e82b246 + 2b9c92a commit a3fca5b

File tree

4 files changed

+24
-17
lines changed

4 files changed

+24
-17
lines changed

app/directives/notification/notification.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
.expanded(ng-show="vm.expanded", ng-style="{'background-image': 'url(http://github.com/'+vm.loadImage(config.backgroundImage)+')'}")
99
.mask
1010
.left(ng-style="{'height': (config.height || vm.defaultHeight) + 'px'}")
11-
.header {{config.header}}
12-
.details {{config.details}}
11+
.header {{config.headerExpand}}
12+
.details {{config.detailsExpand}}
1313
a.action(ng-show="config.redirectText && config.redirectTo", href="{{config.redirectTo}}") {{config.redirectText}}
1414
.right(ng-if="config.videoCode", ng-style="{'height': (config.height || vm.defaultHeight) + 'px'}")
1515
.btn-play(ng-hide="vm.loadVideo")
Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
[
2-
{
3-
"header": "TCO17 Warsaw Regional Event",
4-
"details": "Registration is now open for or TCO17 Warsaw Regional Event!",
5-
"headerExpand": "TCO17 Warsaw Regional Event",
6-
"detailsExpand": "Register now for the TCO17 Warsaw Regional Event on September 2, 2017 at the University of Warsaw. T-shirts, food, and fun!",
7-
"backgroundImage": "tco17-warsaw-regional-event.jpg",
8-
"redirectTo": "https://tco17.topcoder.com/regional-events/warsaw-poland/",
9-
"redirectText": "TCO17 Warsaw",
10-
"live": false,
11-
"liveExpand": false,
12-
"customTag": {
13-
"text": "Announcement"
14-
}
1+
[ {
2+
"header": "IBM Code Webinar",
3+
"details": "An Intro to Journeys",
4+
"headerExpand": "IBM Code Webinar - An Intro to Journeys",
5+
"detailsExpand": "James Cori, Community Architect and Amol Jadhav, VP - Developer Offerings & Development at IBM have a chat about what \"Journeys\" are and how they can help you kickstart your project and utilize IBM Bluemix and Watson services. Not to mention this could also greatly help when competing in IBM Topcoder Challenges!",
6+
"backgroundImage": "ibm-code-webinar",
7+
"live": true,
8+
"liveExpand": true,
9+
"videoCode": "https://www.youtube.com/embed/eJ9ed63qFBE"
10+
}, {
11+
"header": "TCO17 Pittsburgh Regional Event Sponsored by Google",
12+
"details": "Registration is now open for or TCO17 Pittsburgh Regional Event!",
13+
"headerExpand": "TCO17 Pittsburgh Regional Event",
14+
"detailsExpand": "Register now for the TCO17 Pittsburgh Regional Event sponsored by Google on September 8, 2017 at the Pittsburgh Google office. T-shirts, food, and fun!",
15+
"backgroundImage": "tc-dashboard-pittsburgh.jpg",
16+
"redirectTo": "https://tco17.topcoder.com/regional-events/pittsburgh-pennsylvania/",
17+
"redirectText": "TCO17 Pittsburgh",
18+
"live": false,
19+
"liveExpand": false,
20+
"customTag": {
21+
"text": "Announcement"
1522
}
16-
]
23+
}]
155 KB
Loading
140 KB
Loading

0 commit comments

Comments
 (0)