Tagged in

Nodejs

Employbl
Employbl
Find a tech or startup job in the Bay Area.
More information
Followers
911
Elsewhere
More, on Medium

Add Angular.js to Ruby on Rails app

In my last ROR post we set up a Rails app that displays a list from the database. Here is the SOURCE CODE. (Give it a star on github!)

In this post we will add angular to the task list.

Disable turbolinks


Add angular-ui-router to a Ruby On Rails app

tldr; — source code on github (give it a star!)

In part 1 and part 2 we set up a Ruby On Rails app with some static data and added angular and bower. In this post we will set up routing and request the list of tasks using…