Saturday, 10 August 2013

Angular to use Rails templates + Routing

Angular to use Rails templates + Routing

Rails provide a strong template engine out of box and i like it. I was
wondering if there is any way to use it? So maybe angular templates can be
wrapped inside rails that lives in our views directory. We can call it
metatemplates.
So instead of my angular templates living in asset directory which i feel
is not a good way?
Also i need to make use of rails routes inside my angular at some point.
For example Signout functionality.

No comments:

Post a Comment