Commit 185bc76b by Adarsh K

new change

parent 92aead7a
...@@ -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>
......
...@@ -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);
}, 500); }, 2000);
} }
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']);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment