Files
Manu Mtz.-Almeida dec5a0b35c perf(item): reorder is only added to the DOM if needed
I have measured the performance impact of this change, since we use the push change detector strategy, the *ngIf is only evaluated once.

Items wrapped around an element with the ListReorder directive will receive a hidden `<ion-reorder>` in their DOM, but items that are not wrapped (i.e. they CAN NOT be reordered) will not even have the `<ion-reorder>` element in their DOM.

fixes #9065
2016-11-08 13:22:12 +01:00
..
2016-10-20 22:06:43 +02:00
2016-10-31 13:49:53 -07:00
2016-10-12 16:58:47 -04:00
2016-09-27 11:35:30 -04:00