tastejs / PropertyCross

Helping developers select a framework for cross-platform mobile development.
propertycross.com
591 stars 215 forks source link

compatibility issues with angularjs #281

Open ddNils opened 10 years ago

ddNils commented 10 years ago

It's clearly not a given to assume compatibility between these two frameworks, but i tried nontheless. I presumed angularjs to be a data-binding framework and jQueryMobile to be a ui-controls framework (like jQuer UI is). But unfortunatelly they have a few overlapping features:

godds commented 10 years ago

If you particularly want to use AngularJS then I'd recommend taking a look at the Ionic implementation. The Ionic framework (http://ionicframework.com/) is built around AngularJS from the ground up.

ddNils commented 10 years ago

Thank you very much, i will consider it for my next project (already finished this last one).

ColinEberhardt commented 10 years ago

This seems to echo the experiences I had while trying integrate Knockout and jQueryMobile:

http://www.scottlogic.com/blog/2012/10/23/integrating-knockout-and-jquerymobile.html

It was not a trivial task!