mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
4 lines
232 B
Plaintext
4 lines
232 B
Plaintext
%li{ ng: { class: "{active: selector.active}" } }
|
|
%a{ "tooltip" => "{{selector.object.value}}", "tooltip-placement" => "bottom",
|
|
ng: { transclude: true, class: "{active: selector.active, 'has-tip': selector.object.value}" } }
|