Ramesh Murugesan
Ramesh Murugesan
Thanks for the plugin notifyjs is pretty cool and good in performance. I want to execute onClick event . How do achieve? for eg: ``` $.notify(message, type).click(function(){ console.log('Hello from onclick');...
My routes has public url as well as admin url. Every url subscribing `flowRouterSEO`. I should wanna stop `flowRouterSEO` in admin urls. Is there a way?
Thanks for the contribution for this package. I am new to this package I have added roles, resource, and permission. If I tried to use `isAllowed` returns null permission. my...