app/views/apidoco/apis/_side_bar.html.erb in apidoco-1.5.2 vs app/views/apidoco/apis/_side_bar.html.erb in apidoco-1.5.3
- old
+ new
@@ -1,9 +1,9 @@
<!-- recursive template -->
<script type="text/ng-template" id="documentationTree">
<a href="#{{documentation.id}}">{{documentation.name}}</a>
<ul ng-if="documentation.children">
- <li ng-repeat="documentation in documentation.children" ng-include="'documentationTree'">
+ <li ng-repeat="documentation in documentation.children | filter: searchKeyword" ng-include="'documentationTree'">
</li>
</ul>
</script>
<div id="sidebar-wrapper">