mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
8 lines
461 B
Plaintext
8 lines
461 B
Plaintext
#save-bar.animate-show{ ng: { show: 'form.$dirty || StatusMessage.active()' } }
|
|
.container
|
|
.eight.columns.alpha
|
|
%h5#status-message{ ng: { style: 'StatusMessage.statusMessage.style' } }
|
|
{{ StatusMessage.statusMessage.text || " " }}
|
|
.eight.columns.omega.text-right
|
|
%input{"ng-repeat" => "button in buttons", type: "button", value: "{{button.text}}", ng: { class: "button.class", click: "button.action($event, button.param)" } }
|