javascript - AngularJS applications imply single page applications? -


so spent past 5 hours reading on angular js. seems lot of people heavily associating framework single page applications when accommodated back-end mvc framework nice api usage ruby on rails or laravel.

i have 2 main questions have been boggling me:

  • how initialize such apps considering content dynamic in nature. when using ror/laravel, i'd prepare html dynamic data @ back-end , serve initial pages. seems people using angular serve basic skeleton of html , round trip web server again data. how done? if not, please suggest right way.
  • secondly, dont think embark on project single paged application in mind. mean overkill use angularjs project. have use case think appropriate require angularjs non single page application jquery cant handle easily?


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -