एक बहुत ही बुनियादी सवाल की तरह लगता है, लेकिन मैं वाक्यविन्यास सही नहीं मिल सकता है ..
<li class="list-group-item" ng-repeat="question in newSection.Questions | filter:Id != '-1'; " ng-mouseenter="hover = true" ng-mouseleave="hover = false">
<div href="#" editable-text="question.Text">{{question.Text}}</div>
</li>
मैं बस यही चाहता हूँ कि सभी प्रश्न जहाँ आईडी -1 न हो। मैं क्या गलत कर रहा हूं। धन्यवाद!