Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xl-activetabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ angular.module('xl-activetabs')
scope.$on("$routeChangeSuccess", function(event, current, previous) {
/* designed for full re-usability at any path, any level, by using data from attrs
declare like this:
<nav show-active-tab="1">
<nav find-active-tab="1">
<a href="#/home">HOME</a>
</nav>

Expand All @@ -70,4 +70,4 @@ angular.module('xl-activetabs')
}
};
}
]);
]);