Zardaloop

Results 18 comments of Zardaloop

Thanks @offirgolan , I am not sure how to use this. does this work if I want to use it by defining the validations inside the component like what you...

@offirgolan any idea? cheers

Thanks @bcardarella if I understand you correct I have try to change that to service:store:admin and now I get this error > Uncaught TypeError: Invalid Fullname, expected: 'type:name' got: service:store:admin...

How do I register them with the admin store?

I get store from the service by doing something like this ``` const { inject: { service } } = Ember; export default Ember.Service.extend({ store: service(), ``` then I have...

Perfect I think there is only one little issue left here I get this error `TypeError: adminStore.register is not a function` I am using it inside a service does that...

Thanks, Yes my primary model works fine, also all the hasMany and BelongTo relations work

well when I define them, then I can use all those models to create and load data etc. However ember uses lazy so they are not created until the first...

you see I have created a file for user model only because I need that model before user register and that works fine with ember-admin. However all the other dynamically...

if it helps this is the error I get at the moment when I try to navigate to admin/:model ``` Uncaught TypeError: Cannot read property 'klass' of undefined at Class....