opitzconsulting / jquery-mobile-angular-adapter

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

Allow $browser and $location usage from within angular #25

Closed tbosch closed 12 years ago

jperl commented 12 years ago

I am assuming that breaks angular's default style of navigation?

Also if you have any guidance on how to get started on this, I'd be willing to take a stab at it.

tbosch commented 12 years ago

Hi, actually, jquery mobile has it's own style of navigation. There you can define what kind of transition you want when a new page is displayed, ... Using angular's location service would not allow this, so most people would not use it.

However, it would be great if you want to investigate on this. First point would be to create a test case to reproduce this. The easiest way would be a jsfiddle. What do you think?

Tobias

jperl commented 12 years ago

Sounds good. I'll take a look this weekend.