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
the active attribute is set active="tabs.active", but in the directive tabs is a reference to whatever is passed in to the tabs attribute, which https://github.com/rpocklin/ui-router-tabs/blob/master/README.md says ought to be an array (i.e. won't have an active property).
The text was updated successfully, but these errors were encountered:
I could be missing something, but in the inline template
ui-router-tabs/src/ui-router-tabs.js
Line 120 in db413f4
active
attribute is setactive="tabs.active"
, but in the directivetabs
is a reference to whatever is passed in to thetabs
attribute, which https://github.com/rpocklin/ui-router-tabs/blob/master/README.md says ought to be an array (i.e. won't have anactive
property).The text was updated successfully, but these errors were encountered: