Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #155 from balassy/patch-4
Browse files Browse the repository at this point in the history
Search only for RD names
  • Loading branch information
Scott Stanfield committed Oct 27, 2013
2 parents f99b48e + 4747cef commit 7c30bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ html
div
form.form-search()
div.input-append
input.span2.search-query(type='text', ng-model='searchText', placeholder='search', autofocus='autofocus')
input.span2.search-query(type='text', ng-model='search.FullName', placeholder='search', autofocus='autofocus')
button.btn(type='submit', ng-click='clear()') X
div.row-fluid
div.span9
ul.nav.nav-pills
li.rdpill(ng-animate='"animate"', ng-repeat='item in items | filter:searchText')
li.rdpill(ng-animate='"animate"', ng-repeat='item in items | filter:search')
a(ng-mouseover='show(item)', ng-href='#')
{{item.FullName}}
div.span3
Expand Down

0 comments on commit 7c30bce

Please sign in to comment.