Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Save operator (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalcala authored and geoperez committed Jan 16, 2018
1 parent 49a0196 commit da2552a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/tubular/services/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@
if ($ctrl.filter.HasFilter !== val.Filter.HasFilter) {
$ctrl.filter.HasFilter = val.Filter.HasFilter;
$ctrl.filter.Text = val.Filter.Text;
$ctrl.filter.Operator = val.Filter.Operator;
$ctrl.retrieveData();
}
},
Expand Down

0 comments on commit da2552a

Please sign in to comment.