If the title question is unclear, let me clarify. Though the question is conceptual, rather than physical.
I have a rails application with a few models (order, buyer). I recently discovered angularjs and noticed that it is a very powerful tool, however, I, obviously, would not like to convert my project.
I'm particularly interested in the data-binding of angular, aka how the info of views can be instantly updated (without page reload). So, is there a way to use angular but take the data from the rails model, instead of the angular model?
If this isn't possible, feel free to comment with a different way to go about this.