Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi , I am trying to add the custom tabs in a custom tree ,below is the code
<umb-header tabs="content.tabs"> <div class="umb-headline-editor-wrapper span12 ng-scope"> <h1 class="ng-binding"> {{id}}</h1> </div>
Controller
$scope.content = { tabs: [{ id: 1, label: "Templates" }] };
However i am getting error on client side
Error: No controller: form at Error (native)
<li ng-class="{'tab-error': tabHasError}" ng-repeat="tab in visibleTabs" val-tab="" class="ng-scope">
any idea on this?
Thanks
Hi Harshit,
think you musst wrap the whole code in a form tag. Think this is needed to get the tabs to work.
Regards David
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
custom tabs for custom custom trees: Error: No controller: form error
Hi , I am trying to add the custom tabs in a custom tree ,below is the code
Controller
However i am getting error on client side
Error: No controller: form at Error (native)
any idea on this?
Thanks
Hi Harshit,
think you musst wrap the whole code in a form tag. Think this is needed to get the tabs to work.
Regards David
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.