mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
%a.icon{href: cart_url, "ng-controller" => "CartCtrl"}
|
|
%span.nav-branded
|
|
%i.ofn-i_027-shopping-cart
|
|
%span
|
|
{{ Cart.line_items_present().length }}
|
|
items
|
|
%ul
|
|
%li{"ng-repeat" => "line_item in Cart.line_items_present()",
|
|
"ng-controller" => "LineItemCtrl"}
|
|
{{ line_item.id }}
|