Sha256: 383de800720b2fafab01f373e7e8b1643d23f0c897ece12be527ef3a9f4b2516
Contents?: true
Size: 327 Bytes
Versions: 12
Compression:
Stored size: 327 Bytes
Contents
(function() { "use strict"; App.ApplicationController = Ember.ObjectController.extend({ currentPathDidChange: function() { var bodyClass = 'ember-application blogelator admin ' + this.get('currentPath').split('.').join(' '); $('body').attr('class', bodyClass); }.observes('currentPath') }); })();
Version data entries
12 entries across 12 versions & 1 rubygems