Meteor.call not triggered

Hi All,
Can’t find my way out of this…
this used to work:
I’m using meteor-angular. In my component controller i call a Meteor method on the server.
It is triggered when passing arguments to this component via URL.

The problem is that it is not triggered when i navigate to this component.
If I reload the page with these params in the URL, it is triggered.

Any thought please?
Thanks!