Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Σταύρος Παπαδάκης
e-epal
Commits
f73159d0
Commit
f73159d0
authored
Feb 10, 2017
by
Open Source Developer
Browse files
commit
parent
06ee6f8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
source/app.ts
View file @
f73159d0
...
...
@@ -27,7 +27,7 @@ import { APP_ROUTER_PROVIDERS, APP_DECLARATIONS } from './app.routes';
/* Here we import services */
import
{
HelperDataService
}
from
'
./services/helper-data-service
'
;
import
{
UserDataService
}
from
'
./services/user-data-service
'
;
//
import {UserDataService} from './services/user-data-service';
import
{
AmkaCheckService
}
from
'
./services/amkacheck-service
'
;
...
...
@@ -80,8 +80,7 @@ class MyLocalization extends NgLocalization {
ACTION_PROVIDERS
,
//Service1, again services here
HelperDataService
,
UserDataService
,
AmkaCheckService
,
]
...
...
source/components/student-application-form/application.preview.ts
View file @
f73159d0
...
...
@@ -22,7 +22,6 @@ import {AppSettings} from '../../app.settings';
<h4 style="margin-top: 20px; line-height: 2em; ">Οι επιλογές μου</h4>
<div class="row">
<div class="btn-group inline pull-center">
<button type="button" class="btn-primary btn-md pull-center" (click)="defineClass()">
...
...
@@ -61,8 +60,7 @@ import {AppSettings} from '../../app.settings';
</button>
</div>
</div>
<!--
<div class="row">
<div class="btn-group inline pull-right">
<button class="btn-primary btn-md pull-right my-btn" type="button" (click)="defineCourse()" [hidden] = "numSelectedCourses === 0" >
...
...
@@ -91,20 +89,20 @@ import {AppSettings} from '../../app.settings';
<ul class="list-group" style="margin-bottom: 20px;">
<div *ngFor="let region$ of regions$ | async;">
<div *ngFor="let epal$ of region$.epals; " >
<li class="list-group-item" *ngIf="epal$.selected === true">
{{epal$.epal_name}}
</li>
</div>
<li class="list-group-item" *ngIf="epal$.selected === true">
{{epal$.epal_name}}
</li>
</div>
</div>
</ul>
<div class="row">
<div class="btn-group inline pull-center">
<button type="button" class="btn-primary btn-md pull-center" (click)="definePersonalData()">
Τα στοιχεία μου<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
</div>
<div class="btn-group inline pull-center">
<button type="button" class="btn-primary btn-md pull-center" (click)="definePersonalData()">
Τα στοιχεία μου<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
</div>
<ul class="list-group" style="margin-bottom: 20px;">
<div *ngFor="let studentDataField$ of studentDataFields$ | async;">
<li class="list-group-item">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment