Skip to content

Commit

Permalink
bugfix - nutralize sort button when search token change
Browse files Browse the repository at this point in the history
  • Loading branch information
dormd committed Oct 26, 2016
1 parent 040383f commit 3b045cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-countries",
"version": "0.0.5",
"version": "0.0.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class AppComponent {

private _onSearchChange(viewCountriesKeys: string[]) {
this._viewCountriesKeys = viewCountriesKeys;
this._sortByMode = SortModeType.None
}

private _onCardsModeClick() {
Expand Down

0 comments on commit 3b045cb

Please sign in to comment.