Skip to content

Instantly share code, notes, and snippets.

@randsina
Created October 7, 2016 13:21
Show Gist options
  • Save randsina/10728c71c8863deb47778e01a15e02c2 to your computer and use it in GitHub Desktop.
Save randsina/10728c71c8863deb47778e01a15e02c2 to your computer and use it in GitHub Desktop.
.wrapper
.cruise-experts-brochure{ role: "main" }
.container(ng-controller="BrochureCtrl")
.search-area
%h3= @widget.look_feel['header_text']
%form#search
%input(type="text" placeholder="#{@widget.look_feel['search_box_placeholder_text']}" ng-model="criteria")
%button(type="submit")
%i.fa.fa-search.fa-2
.brochures
.shelf(ng-if="groupedData.length > 0" ng-repeat="group in groupedData | startFrom:currentPage*maxGroupsPerPage | limitTo:maxGroupsPerPage")
%ul
%li.popup(ng-repeat="item in group")
%a(href="{{item.href}}" title="{{item.name}}")
%img(ng-src="{{item.thumbnail}}" alt="{{item.name}}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment