Pros and cons of using AngularJS + jQuery Mobile in one project -


we're start project using mentioned libraries. have used jqm in project, coupled backbone. we're thinking using angularjs jqm. think it's idea? , if not, why?

to elaborate, question whether advisable/recommended/easy/beneficial use these libraries together, or maybe there should prevent using them both in 1 project. don't want spend half of project's time on making them work on principle.

angularjs , jqm different things. angularjs mvc + lot more. jqm on other hand direct ui manipulation (lower level angular). news angularjs flexible , let work other javascript framework including jqm. recommended way of using them use adapter mentioned above or create own reusable directives add "jqm nature" views. e.g. can create directive convert standard ul fancier jqm list. thing doing in directives , not within view ui code separated in separate modules , not intermingled business logic.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -