Nathan

Results 15 comments of Nathan

it compiles fine, https://cldup.com/cngJzqVwWO.png thou selecting anything gets an error of `Claiming the interface failed: -3: Unknown error -3`

If you want a different colour scheme you just create a different palette\theme thru $mdThemeProvider such as the one defined in the colors.coffee so as long as you stick to...

@SrPatinhas you wish ;) only offer hints and tips as I'm swamped at work and that pays the bills!

Maybe look at the quality selector changes you made and the fact the url is empty?

My only thoughts are the wcjs-prebuilt module isn't detecting correctly, might be time to switch over to my grunt-wcjs version I made here https://github.com/bolamn/grunt-wcjs example grunt config here https://github.com/BoLaMN/wcjs-angular-example/blob/master/Gruntfile.coffee would...

https://github.com/BoLaMN/loopback-component-admin/commit/eb49c6e19618fd5906519121e7a6f77a8ebdb988 should fix the warning message, ill try get around to compiling it and publishing.

theres still a bit of work todo around types and relations as i have to figure out how they should display in a table and a form view thats universal...

> TypeError: resource is not a function > at new (loopback-admin.js:2085) points to the factories not being avaliable that get generated by loopback-sdk-angular any warnings in the console?

> TypeError: resource is not a function is looking at https://github.com/BoLaMN/loopback-component-admin/blob/master/src/client/components/data/model.factory.coffee#L17 and the loopback injector is just checking for the factory and returning it https://github.com/BoLaMN/loopback-component-admin/blob/571b555dced70abaa480c03b2da9719100d94f24/src/client/components/common/factories/loopback-injector.coffee so the only way it...