List view editor, makes error on filtering go away (content controller still need to implement filtering)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user