Hazem Khaled

Results 20 comments of Hazem Khaled

@abdavid how is the progress from your side? Create a draft if you need hands

It can be a plugin using @xpressabhi script

Fast check yes, everything working fine Thanks for approval

Would you please zip all widgets and upload them in releases to allow direct install in gittio, otherwise give me access to upload them one by one coming days

You can get the compiled files directly from Resources directory, alloy converting all controllers to commonjs modules

From Resources directory, but easier to use Alloy

Try to open .meteor/packeges file and put `alanning:roles` after `aldeed:collection2` not before it

routes updated in readme https://github.com/yogiben/meteor-admin#custom-route-options ``` javascript AdminConfig = { // ... collections: { Posts: { routes: { new: { waitOn: function () { return Meteor.subscribe('images'); } }, view: {...