adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

The backend agnostic administration framework.

Results 9 adminjs issues
Sort by recently updated
recently updated
newest added

I am try to install the adminjs in my mac. The error appear after I run: $npm install 5048 info postinstall [email protected] 5049 info prepublish [email protected] 5050 error peerinvalid The...

Any thoughts on supporting the above in addition to EPF - or are you of the view that EPF is just better, so why? :)

I get this error when trying to load the page. ``` Uncaught TypeError: Attempting to register an unknown factory: `store:main` ``` I've included jquery, handlebars, ember, epf and adminjs (though...

I'd like to host this on a separate subdomain. How can I get it to send requests to `http://www.myappbackend.com` instead of `/`

The app/models/order.js file has line 6: ``` customer: Ep.belongsTo('order') ``` which should be ``` customer: Ep.belongsTo('customer') ``` Right? Or am I misunderstanding this?

Hi there, I was interested in trying this out, but the instructions aren't clear on how to hook the back end up with EPF. Or am I missing a section?...

![adminjs2](https://f.cloud.github.com/assets/892060/1068376/b49f2804-13eb-11e3-8695-0471c546d19b.gif)

Loading http://adminjs.com freezes both Chrome and Safari on iOS (tested on iPhone 4). Perhaps the large results table?