Commit 06a5f0a

mo khan <mo@mokhan.ca>
2014-04-12 03:57:24
add page title.
1 parent a61defe
Changed files (1)
app
assets
app/assets/javascripts/application.js.coffee
@@ -23,4 +23,9 @@
 # for more details see: http://emberjs.com/guides/application/
 window.App = Ember.Application.create()
 
+Ember.Route.reopen
+  activate: ->
+    @_super()
+    document.title = @routeName
+
 #= require_tree .