This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import angular from 'angular'
12
12
ctrl . notSearch = true
13
13
ctrl . showing = 'list'
14
14
ctrl . domain = CONSTANTS . domain
15
- ctrl . currentMonth = 'January 2016'
15
+ ctrl . currentMonth = 'February 2016'
16
16
ctrl . memberLeaderboard = [ ]
17
17
ctrl . copilots = [ ]
18
18
CommunityDataService . getMembersData ( )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import angular from 'angular'
24
24
'avatar' : '//www.topcoder.com/wp-content/uploads/2015/05/tewibowo_feb2016.png' ,
25
25
'name' : 'Tewibowo' ,
26
26
'contestType' : 'Design' ,
27
- 'description' : 'Won $4175 in 6 challenges' ,
27
+ 'description' : 'Won $4,175 in 6 challenges' ,
28
28
'class' : 'design'
29
29
} , {
30
30
'avatar' : '//www.topcoder.com/wp-content/uploads/2015/05/billsedison_feb2016.png' ,
@@ -36,7 +36,7 @@ import angular from 'angular'
36
36
'avatar' : '//www.topcoder.com/wp-content/uploads/2015/05/anubhav94_feb2016.png' ,
37
37
'name' : 'anubhav94' ,
38
38
'contestType' : 'Data Science' ,
39
- 'description' : 'Gained 336 ratings points within all 3 December SRMs. ' ,
39
+ 'description' : 'Gained 336 rating points within all 3 December SRMs' ,
40
40
'class' : 'data-science'
41
41
} , {
42
42
'avatar' : '//www.topcoder.com/wp-content/uploads/2015/05/johnalok_feb2016.png' ,
You can’t perform that action at this time.
0 commit comments