Comment
Dennis Braun
Tera Guru
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
03-05-2024
05:25 AM
Update:
The script is now working.
I did not consider that an async update must be performed:
$rootScope.$on('navQuery', function (event, obj) {
$scope.data.query = obj;
$scope.server.update().then(function(response){
$scope.loadCorpus();
});
});