diff --git a/app/app.coffee b/app/app.coffee index 3c0e0168..7ca627e3 100644 --- a/app/app.coffee +++ b/app/app.coffee @@ -5,6 +5,10 @@ Ember.MODEL_FACTORY_INJECTIONS = true +Ember.LinkView.reopen( + attributeBindings: ['alt'] +); + App = Ember.Application.extend(Ember.Evented, LOG_TRANSITIONS: true LOG_TRANSITIONS_INTERNAL: true diff --git a/app/templates/top.hbs b/app/templates/top.hbs index 18749f23..162046da 100644 --- a/app/templates/top.hbs +++ b/app/templates/top.hbs @@ -1,5 +1,5 @@