RailsCasts Pro episodes are now free!

Learn more or hide this

iabdulin's Profile

GitHub User: iabdulin

Comments by

Avatar

The problem is that rails asset pipeline will minify your javascript and rename variable names. So you need to pass arguments as strings in the array:
@App = angular.module("App", ['ui', 'ngCookies', 'ngResource']).config(["$routeProvider", ($routeProvider) ->