RailsCasts Pro episodes are now free!

Learn more or hide this

Nick Treadway's Profile

GitHub User: ntreadway

Site: http://twitter.com/nicktea

Comments by Nick Treadway

Avatar

Example of how to not populate the global name space using Angularjs and Coffeescript.

    @App = angular.module("App", ['ui', 'ngCookies', 'ngResource'])
        .config(["$routeProvider", ($routeProvider) ->

    App.controller 'MainCtrl', ->