Hi,
I'm creating an application with HMVC and it is suposed to open every "event" at a new tab. If the user clicks on "Add New User" it will open a new tab. If the user clicks on "List all users" it will open a new tab.
To do that I'm calling the controller straight to the "event" e.g. users/init/add or users (to list results) and I'm removing the option of add/edit/delete from the GC.
I got this error
Uncaught TypeError: Object [object Object] has no method 'tabs'
when I try to load a TAB with GroceryCRUD more than once. The first time I click to open a link it does, but when I close it and open again, It does not. The funny part is that in some tables I can load correctly, in others I just can't.
Can anyone help, please?
Tx!
Ps: sorry about my poor english