RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: ntreadway
Site: http://twitter.com/nicktea
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', ->
Example of how to not populate the global name space using Angularjs and Coffeescript.