HashtagSell / htsApp

HashtagSell Beta Application
0 stars 0 forks source link

Mail with offer includes link that doesn't work correctly #165

Closed devinmckinney closed 9 years ago

devinmckinney commented 9 years ago

When you click on the link in an offer email it goes in to the app, but doesn't expand the offer. If you then click on the Offer button you are sent to My Feed.

The URL is the same as if you manually go to My Posts, expand the offer, then copy the URL.

that1guy commented 9 years ago

Partly caused by sticky states, and also because I was going to

$state.go($rootScope.previousState)

instead of

$state.go('^');

When toggling the meetings or questions expand/collapse button.

Will deploy, then test, then close.

that1guy commented 9 years ago

@devinmckinney please test that this is resolved. I've pushed to staging. Close this bug if resolved. Thanks.

that1guy commented 9 years ago

Closing.. this is resolved.