This is my third question in 3 days. Im not an angular programmer and im struggling through this, feel free to disregard if ts a stupid question.
this is my app.js:
import { FilterBarQueryFilterProvider } from 'ui/filter_bar/query_filter';
import t from './templates/index.html';
uiRoutes.enable();
uiRoutes
.when('/', {
template: t,
controller: 'aController'
});
uiModules
.get('app/myapp', [])
.controller('aController', function(Private) {
const fBQF = Private(FilterBarQueryFilterProvider); // THIS LINE Errors!
//this.globalFilters = fBQF.getGlobalFilters();
});
I am using the undocumented portions of the api, namely ui/filter_bar/query_filter, so I get that things may be a bit broken. I am getting an Unknown Provider error:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.