You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: