Closes #477, closes #464. Also fixes urlLink and noXml filters on array fields

This commit is contained in:
Rashid Khan
2013-09-11 11:14:05 -07:00
parent 130402926e
commit 7ab2a5349a
3 changed files with 40 additions and 19 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
<i class='icon-ban-circle pointer' ng-click="build_search(key,value,true)"></i>
</td>
<!-- At some point we need to create a more efficient way of applying the filter pipeline -->
<td style="white-space:pre-wrap" ng-bind-html-unsafe="value|noXml|urlLink"></td>
<td style="white-space:pre-wrap" ng-bind-html-unsafe="value|noXml|urlLink|stringify"></td>
</tr>
</table>
</td>