Enable filtering on dashboard

This commit is contained in:
Piotr Sarnacki 2015-02-11 11:34:01 +01:00
parent f8e787fcdd
commit 4ffd33c087
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Controller = Ember.Controller.extend
updateFilter: () ->
value = @get('_lastFilterValue')
@transitionToRoute queryParams: { filter: value }
#@set('filter', value)
@set('filter', value)
actions:
updateFilter: (value) ->

View File

@ -30,7 +30,7 @@
</ul>
</div> -->
{{filter-input placeholder="Search all repositories" class="search-field"
value=filter action="updateFilter" on="key-up"}}
action="updateFilter" on="key-up"}}
</div>
</div>