Skip to content

Commit

Permalink
added sample filter to select for publications
Browse files Browse the repository at this point in the history
  • Loading branch information
regulator95 committed Aug 10, 2018
1 parent 9266c0b commit b8d92d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ <h1>Submit Publication for {{sampleName}}</h1>
id="loaderImg" style="display: none" alt="load existing samples">
<label for="sampleFilter">Filter Samples</label>
<input type="text" id="sampleFilter" ng-model="sampleFilter"><br />
<select ng-hide="loader" ng-hide="matchSampleSearch" data-ng-model="localForm.matchedSampleSelect | sampleFilter"
<select ng-hide="loader" ng-hide="matchSampleSearch" data-ng-model="localForm.matchedSampleSelect | filter:sampleFilter"
data-ng-options="option for option in sampleResults" ng-multiple="true" multiple id="matchedSampleSelect">
</select>
</td>
Expand Down

0 comments on commit b8d92d0

Please sign in to comment.