filtering and searching with ng-repeat
<div ng-repeat="cm in classic_moves | filter:classic_moves_query | orderBy:'date_created'">{{ cm.name }}</div>