mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Add tooltip with value for selectors
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
%li{ ng: { class: "{active: selector.active}" } }
|
||||
%a{ ng: { transclude: true, class: "{active: selector.active}" } }
|
||||
%a{ "tooltip" => "{{selector.object.value}}", "tooltip-placement" => "bottom",
|
||||
ng: { transclude: true, class: "{active: selector.active, 'has-tip': selector.object.value}" } }
|
||||
|
||||
Reference in New Issue
Block a user