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 bb02b935
authored
Mar 31, 2018
by
Emil Holsti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed unability to write JS
1 parent
ba42812e
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 @
bb02b93
...
@@ -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