Are there other possibilities to style an AngularJS
application in a mobile friendly way than CSS
?
I am planning a mobile app and want to use A
There was already the question on SO to compare AngularJS
and jQuery Mobile
.
And in the answer you can find some information - it is kind of further reading for you.
And the arcticle jQuery Mobile and AngularJS Working Together should give you answe to your question. It has some advices, for example:
Load jQM libs before AngularJS
or
Let jQM handle the URL routing
etc.