Use alias when appropriate.

This commit is contained in:
Robert Jackson 2014-11-05 12:51:16 -05:00
parent 8e0b2e9fb3
commit b21ceadc63
No known key found for this signature in database
GPG Key ID: B3D10EF8171F7219

View File

@ -1,6 +1,6 @@
Travis.reopen
ApplicationView: Travis.View.extend
templateName: (-> @get 'controller.templateName' ).property('controller.templateName')
templateName: Ember.computed.alias('controller.templateName')
classNames: ['application']
templateNameDidChange: (->