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
I've tried a number of different methods to get $stateParams passed to fabContent.
Basically I need a fab that is linked to a page passing a param
eg. app.contact({ id : $stateParams.contactId }), $stateParams doesn't have the params of the page the fab is rendered on. Tried injecting in the app controller and the fab content controller.
I'm looking for an example to pass params to fab that are $stateParams driven.
The text was updated successfully, but these errors were encountered:
I've tried a number of different methods to get $stateParams passed to fabContent.
Basically I need a fab that is linked to a page passing a param
eg. app.contact({ id : $stateParams.contactId }), $stateParams doesn't have the params of the page the fab is rendered on. Tried injecting in the app controller and the fab content controller.
I'm looking for an example to pass params to fab that are $stateParams driven.
The text was updated successfully, but these errors were encountered: