Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ForexWeb
Project
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
amal
ForexWeb
Commits
185bc76b
Commit
185bc76b
authored
Mar 08, 2019
by
Adarsh K
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new change
parent
92aead7a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
currency.component.html
src/app/forex/currency/currency.component.html
+1
-1
currency.component.ts
src/app/forex/currency/currency.component.ts
+2
-2
No files found.
src/app/forex/currency/currency.component.html
View file @
185bc76b
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
<div
class=
"col"
>
<div
class=
"col"
>
<div
class=
"add_provider_btn_bay"
>
<div
class=
"add_provider_btn_bay"
>
<button
class=
"save_btn floatRight"
>
Save
</button>
<button
class=
"save_btn floatRight"
>
Save
</button>
<button
class=
"cancel_btn floatRight"
(
click
)="
cancelClick
()"
>
Cancel
</button>
<button
class=
"cancel_btn floatRight"
(
click
)="
cancelClick
()"
type=
"button"
>
Cancel
</button>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</div>
</div>
</div>
</div>
...
...
src/app/forex/currency/currency.component.ts
View file @
185bc76b
...
@@ -56,7 +56,7 @@ export class CurrencyComponent implements OnInit {
...
@@ -56,7 +56,7 @@ export class CurrencyComponent implements OnInit {
const
This
=
this
;
const
This
=
this
;
setTimeout
(
function
()
{
setTimeout
(
function
()
{
This
.
getunique
(
This
.
currencyList
,
This
.
selectedList
);
This
.
getunique
(
This
.
currencyList
,
This
.
selectedList
);
},
5
00
);
},
20
00
);
}
}
goToPage
(
path
,
data
=
null
)
{
goToPage
(
path
,
data
=
null
)
{
...
@@ -221,7 +221,7 @@ export class CurrencyComponent implements OnInit {
...
@@ -221,7 +221,7 @@ export class CurrencyComponent implements OnInit {
}
}
cancelClick
()
{
cancelClick
()
{
this
.
router
.
navigate
([
'/forex
/currency
'
]);
this
.
router
.
navigate
([
'/forex'
]);
}
}
...
...
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