opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

Documented goBack method does not exists anymore #161

Closed mlegenhausen closed 11 years ago

mlegenhausen commented 11 years ago

Should be called back()?

tbosch commented 11 years ago

Thanks! It's already in the Changelog.md, but the Readme.md is still old! Use $history.goBack() to go back one step. The old $location.backMode() is now $location.back() (just like $location.replace() ).

Tobias