Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 40dac320
authored
Mar 31, 2018
by
Riina Antikainen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'management-portal' of gitlab.codecrew.fi:codecrew/moya into management-portal
2 parents
e10aeaf7
bb02b935
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/moya-management-portal/src/app/organization/event-list/event-service.service.ts
code/moya-management-portal/src/app/organization/event-list/event-service.service.ts
View file @
40dac32
...
@@ -4,7 +4,7 @@ import { Injectable } from '@angular/core';
...
@@ -4,7 +4,7 @@ import { Injectable } from '@angular/core';
export
class
EventsService
{
export
class
EventsService
{
get
(
org
:
String
)
{
get
(
org
:
String
)
{
if
(
org
.
localeCompare
(
'asm'
)
===
0
)
{
if
(
org
===
'asm'
)
{
return
[
return
[
{
title
:
'Assembly Winter 18'
,
date
:
'1.2.2018 - 3.2.2018'
},
{
title
:
'Assembly Winter 18'
,
date
:
'1.2.2018 - 3.2.2018'
},
{
title
:
'Assembly Summer 18'
,
date
:
'1.2.2018 - 3.2.2018'
},
{
title
:
'Assembly Summer 18'
,
date
:
'1.2.2018 - 3.2.2018'
},
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment