@indice/ng-components 0.2.158-beta.2 → 0.2.158-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3721,9 +3721,9 @@
3721
3721
  if (params.get('sort') !== _this.sort) {
3722
3722
  _this.sort = params.get('sort');
3723
3723
  }
3724
- // if (params.get('sortdir') !== this.sortdir) {
3725
- // this.sortdir = params.get('sortdir');
3726
- // }
3724
+ if (params.get('dir') !== _this.sortdir) {
3725
+ _this.sortdir = params.get('dir');
3726
+ }
3727
3727
  });
3728
3728
  // just to sync params in query
3729
3729
  this.setRouteParams(true);