Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
ad2fa1f5
Commit
ad2fa1f5
authored
Jul 21, 2020
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
career history changes
parent
ba739848
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
+16
-2
career-history.component.ts
...career-history/career-history/career-history.component.ts
+1
-1
references.component.html
...story/career-history/references/references.component.html
+1
-1
_select-button.scss
...r/src/styles/my-career-styles/primeng/_select-button.scss
+14
-0
No files found.
frontend/angular/src/app/my-career-web/career-history/career-history/career-history.component.ts
View file @
ad2fa1f5
...
...
@@ -54,8 +54,8 @@ export class CareerHistoryComponent extends BaseComponent implements OnInit {
this
.
personalDetailsService
.
getCareerProfile
()
.
pipe
(
takeUntil
(
this
.
componentInView
))
.
subscribe
(
response
=>
{
this
.
careerProfile
=
response
;
this
.
isLoading
=
false
;
this
.
careerProfile
=
response
;
},
err
=>
{
this
.
isLoading
=
false
;
this
.
utilsService
.
handleError
(
err
);
...
...
frontend/angular/src/app/my-career-web/career-history/career-history/references/references.component.html
View file @
ad2fa1f5
...
...
@@ -23,7 +23,7 @@
<div
class=
"col-md-6 form-group"
>
<label>
Referee Name
</label>
<app-form-control>
<input
type=
"text"
class=
"form-control"
placeholder=
"Referee Name"
name=
"RefereeName{{i}}"
[(
ngModel
)]="
referee
.
RefereeName
"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Referee Name"
required
name=
"RefereeName{{i}}"
[(
ngModel
)]="
referee
.
RefereeName
"
>
</app-form-control>
</div>
</div>
...
...
frontend/angular/src/styles/my-career-styles/primeng/_select-button.scss
View file @
ad2fa1f5
...
...
@@ -22,3 +22,17 @@
}
}
}
@media
screen
and
(
max-width
:
640px
)
{
.ui-selectbutton
{
display
:
block
;
border-radius
:
0
!
important
;
.ui-button
{
border
:
0
;
border-radius
:
0
!
important
;
}
}
}
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