mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
11 lines
389 B
Plaintext
11 lines
389 B
Plaintext
#save-bar.animate-show{ ng: { show: 'dirty()' } }
|
|
.twelve.columns.alpha
|
|
%h5{ ng: { show: "dirty() && !saving()" } }
|
|
You have unsaved changes
|
|
%h5{ ng: { hide: "dirty() || saving()" } }
|
|
All changes saved
|
|
%h5{ ng: { show: "saving()" } }
|
|
Saving...
|
|
.four.columns.omega.text-right
|
|
%input.red{type: "button", value: "Save Changes", ng: { click: "save()" } }
|