List view editor, makes error on filtering go away (content controller still need to implement filtering)

This commit is contained in:
Tim Geyssens
2013-09-19 13:44:56 +02:00
parent d9dae1e71a
commit 0a11d8beda

View File

@@ -25,7 +25,7 @@
<td><a href="#" ng-click="sort('Owner')" prevent-default>Editor <i class="icon-sort"></i></a></td>
<td with="20"><form class="pull-right" novalidate>
<i class="icon-search"></i>
<input type="text" ng-model="options.filter" on-keyup="reloadView()">
<input type="text" ng-model="options.filter" on-keyup="reloadView(content.id)">
</form></td>
</tr>
</thead>