Commits

tbekos committed e1bff6b7037
fix(pagination): bind *-text attributes BREAKING CHANGE: The 'first-text', 'previous-text', 'next-text' and 'last-text' attributes are now binded to parent scope. To migrate your code, surround the text of these attributes with quotes. Before: <pagination first-text="<<" ...></pagination> After: <pagination first-text="'<<'" ...></pagination>