opitzconsulting / jquery-mobile-angular-adapter

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

Added if-statement around possible undefined value. #190

Closed MarkMYoung closed 11 years ago

MarkMYoung commented 11 years ago

On initial load, $history.activeIndex might be -1. If it is, currentHistoryEntry will be undefined.

tbosch commented 11 years ago

Thanks for providing!