You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
.directive('tabsetTitles',['$http',function($http){return{restrict: 'A',require: '^tabset',templateUrl: 'template/tabs/tabset-titles.html',replace: true,link: function(scope,elm,attrs,tabsetCtrl){if(!scope.$eval(attrs.tabsetTitles)){elm.remove();}else{//now that tabs location has been decided, transclude the tab titles intabsetCtrl.$transcludeFn(tabsetCtrl.$scope.$parent,function(node){elm.append(node);});}}};}])
any idea what is going on?
The text was updated successfully, but these errors were encountered:
@pongells yeh, we are aware of it, this is basically duplicate of #783. At this point we are not sure if this is due to AngularJS or something is wrong in our directive. @ajoslin I know that you are busy man but it would be totally awesome if you could have a look at #783
@pkozlowski-opensource it's not a duplicate, I get exactly the same problem and it has nothing to do with repeaters. I'm utterly confused as to how a glaring problem like this is still at large...
Hi all, I get the following error:
it appears
tabsetCtrl.$scope
is undefined..any idea what is going on?
The text was updated successfully, but these errors were encountered: