mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Create customer from dialog Limiting the number of products shown as once Adding SaveBar and StatusMessage
5 lines
258 B
Plaintext
5 lines
258 B
Plaintext
%div{ ng: { show: "data.length > limit" } }
|
|
%input{ type: 'button', value: 'Show More', ng: { click: 'limit = limit + increment' } }
|
|
or
|
|
%input{ type: 'button', value: "Show All ({{ data.length - limit }} More)", ng: { click: 'limit = data.length' } }
|