mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
7 lines
377 B
Plaintext
7 lines
377 B
Plaintext
#save-bar.animate-show{ ng: { show: 'form.$dirty || StatusMessage.active()' } }
|
|
.twelve.columns.alpha
|
|
%h5#status-message{ ng: { style: 'StatusMessage.statusMessage.style' } }
|
|
{{ StatusMessage.statusMessage.text || " " }}
|
|
.four.columns.omega.text-right
|
|
%input.red{type: "button", value: "Save Changes", ng: { disabled: '!form.$dirty', click: "save()" } }
|