Is AngularJS the right tool for a new project that covers various platforms with different UI? -
we're getting started on new application run on several platforms (web, mobile, tablets etc). goal keep models , controllers same platforms. views changing. example, if have roles view (and rolesctrl) , persons view (and personctrl) on different pages (roles view redirects persons page role id query string or something) on 1 platform, these 2 views might combined single page (role id should not transfer person page view on same page) on different platform. understand can have separate divs , keeping controllers intact, since ui flow different different platforms, how can handled? feasible keep controllers unchanged?
is right approach? appreciated.
i suggest proving out creating small project implement piece of functionality backed service angularjs communicate with.
it sounds might have behind scenes complications here. suggest if use angularjs make sure of developers making http communications done through angularjs , not try go work around it.
from short experience angularjs think work fine , may make things simpler because of it's easy single application model.
Comments
Post a Comment