YousefED / ElasticUI

AngularJS directives for Elasticsearch
http://www.elasticui.com
Other
526 stars 138 forks source link

change indexVM.page in controlle #110

Open RoederBernd opened 7 years ago

RoederBernd commented 7 years ago

hello,

is it possible to change the indexVM.page within the controller? I would like to jump to a certain page using the route. Is that possible?

Any help is appreciated Bernd

annelhote commented 6 years ago

You should first find the $scope of indexVM and then : $scope.$parent.indexVM.page = NUMBER_OF_YOUR_PAGE; According to your message, you should use $routeParams to guess NUMBER_OF_YOUR_PAGE.