Skip to content

Commit

Permalink
to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
HFragnaud committed Jun 19, 2018
2 parents ea061c7 + 56235cd commit 97e44c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validation_service/app/js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,7 @@ ModelCatalogApp.filter('filterMultiple', ['$parse', '$filter', function($parse,
if (!angular.isArray(items)) {
return items;
}

var filterObj = {
data: items,
filteredData: [],
Expand Down

0 comments on commit 97e44c7

Please sign in to comment.