Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(tabs): fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Aug 18, 2015
1 parent 3492c26 commit 790d6b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tabs/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ angular.module('ui.bootstrap.tabs', [])
tab.active = true;
} else if (tab.active) {
ctrl.select(tab);
}
else {
} else {
tab.active = false;
}
};
Expand Down

0 comments on commit 790d6b9

Please sign in to comment.