-
Notifications
You must be signed in to change notification settings - Fork 6.7k
No controller: tabset #597
Comments
Could you try to reproduce this in a plunker? I have a suspicion. On Saturday, June 29, 2013, RichardAlan wrote:
|
Sorry I found out the problem was caused by the following left over test code that appeared at the bottom of my page:
|
Note sure what the issue was for Alan, Im having the same issue with ng-switch: <div>
<p>
<tabset >
<tab heading="Machine">
<div ng-switch on="hypervisor">
<div ng-switch-when="proxmox">Settings Div</div>
</div>
</tab>
<tab>
foo
</tab>
</tabset>
</p>
</div> With exception: o controller: tabset
at Error (<anonymous>)
at getControllers (https://localhost:8443/vendor/angular/angular.js:4454:19)
at nodeLinkFn (https://localhost:8443/vendor/angular/angular.js:4583:35)
at https://localhost:8443/vendor/angular/angular.js:4718:13
at https://localhost:8443/vendor/angular/angular.js:9137:11
at wrappedCallback (https://localhost:8443/vendor/angular/angular.js:6995:59)
at https://localhost:8443/vendor/angular/angular.js:7032:26
at Object.Scope.$eval (https://localhost:8443/vendor/angular/angular.js:8218:28)
at Object.Scope.$digest (https://localhost:8443/vendor/angular/angular.js:8077:25)
at Object.Scope.$apply (https://localhost:8443/vendor/angular/angular.js:8304:24) <li ng-class="{active: active, disabled: disabled}"> |
Enable tagging without multi selection (see angular-ui#597)
I am using the new
<tabset>
as follows:The code is working okay but I see in the console the following error message. I have tried to look into what is wrong but I can see nothing wrong with my code. I have tried the plnkr for tabs and this works fine.
The text was updated successfully, but these errors were encountered: