We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We use this code everywhere:
<div class="toolbar-item"> <button type="button" ng-click="ConfigurationCtrl.toggleFilter()" data-method="filter" class="btn btn-default" ng-class="{ 'btn-info' : ConfigurationCtrl.filterEnabled }"> <i class="fa fa-filter"></i> </button> </div>
It is ripe for a component to standardize its look and operation. Something like:
<bh-filter-toggle on-toggle="ConfigurationCtrl.toggleFilter()"></bh-filter-toggle>
The text was updated successfully, but these errors were encountered:
Merge #2545
8971497
2545: feat(component) filter toggle button r=jniles a=jeremielodi closes #2523
Merge #2545 #2548
fa57dce
2545: feat(component) filter toggle button r=jniles a=jeremielodi closes #2523 2548: feat(journal): add extra search parameters r=jniles a=jniles This commit adds the following search parameters to the Posting Journal: 1. `comment` - fuzzy searches the "comment" column 2. `hrRecord` - searches the "record" column 3. `hrEntity` - searches the "entity" column 4. `hrReference` - searches the "reference" column Closes #2547.
b522be9
0bec916
jeremielodi
Successfully merging a pull request may close this issue.
We use this code everywhere:
It is ripe for a component to standardize its look and operation. Something like:
The text was updated successfully, but these errors were encountered: