Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
e-epal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Σταύρος Παπαδάκης
e-epal
Commits
f73159d0
Commit
f73159d0
authored
Feb 10, 2017
by
Open Source Developer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
06ee6f8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
17 deletions
+14
-17
source/app.ts
source/app.ts
+2
-3
source/components/student-application-form/application.preview.ts
...omponents/student-application-form/application.preview.ts
+12
-14
No files found.
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