Rajat Mittal

Results 2 comments of Rajat Mittal

``` Test = Ember.Namespace.create(); Test.App = Ember.Application.create({ data: [], // some static data as placeholder for a BE response ready: function () { console.log('Ember Application Ready'); } }); ```

I think so but once you move that property out of the mixin, the mixin needs to explicitly declare that the class using it should have it. Besides documentation, there...