I have a existing project in Ruby on Rails.
What is the best way to use AngularJS in Ruby on Rails app?
I want to use AngularJs for only specified modules, not for create SPA. This is good way?
I have a existing project in Ruby on Rails. What is the best way to use AngularJS in Ruby on Rails app? I want to use AngularJs for only specified modules, not for create SPA. This is good way? |
|||
|
What I have seen colleagues do in order to achieve this sort of integration with an existing rails app is:
I can't say whether this is best practice, but its an easy way to get started fast. Best of luck, angular is a very enjoyable tool to work with once you get used to it. | |||
|