When used with an array of expressions, the order pipe calls .reverse on it which will modify the given array and affect the next pipe call.
exemple usage which fails : | orderBy: ['a', 'b']" each time angular will re-render the dom the array will be reverse()'d and the display order will change
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When used with an array of expressions, the order pipe calls .reverse on it which will modify the given array and affect the next pipe call.
exemple usage which fails :
| orderBy: ['a', 'b']"
each time angular will re-render the dom the array will be reverse()'d and the display order will change