필자는 필터링하는 동안 열려있는 모든 해당 노드가있는 앵글 트리에서 필터를 구현하려고했습니다. 제발 도와 주실 수 있나요? http://jsfiddle.net/6c1mg3od/1/ 내가 (성공없이) 지금까지 시도 무엇ng 모델이 작동하지 않는 필터 각도 js
:
<treenode ng-repeat="n in nodes|filter:node" node=n></treenode>
<input autofocus focus-me="true" type="text" data-ng-model="node" class="form-control" placeholder="Search..." />
어디에서 바이올린을 입력 했습니까? –
바이올린에 입력이 없습니다. 하지만 필자 입력에 두 줄의 코드를 추가하여 바이올린에 추가 할 수 있습니다. – John