Closed ashrafhasson closed 10 years ago
Apologies, the example above works fine with no problems. Namespace doesn't have to match and nested resources are being treated correctly, the problem was in my code and not in the part shown above. That been said, it's logically assumed/required that tab panes should be children routes/resources of the tab'ed resource.
Hi there,
I understand that the bs-tabs helper only supports nested routes as it's tab panes and treats the resource as the tab's container (so to speak), but when I have a nested resource like so
how can I render the
users
resource into the users pane of the following configured tab:knowing that I've already tried preserving my routes namespace, e.g., with 'settings.users' in the router, but that didn't seem to help. While the route actually gets triggered and the content of my
users
array controller gets populated, nothing gets rendered into theusers
pane.