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

Commit

Permalink
Scope apply tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntJanus committed Nov 21, 2014
1 parent b21ed98 commit dd49090
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/angular/directives/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ angular.module('foundation.tabs')
tab.scope.active = true;
}
});

$scope.$apply();
};

controller.addTab = function addTab(tabScope) {
Expand Down

0 comments on commit dd49090

Please sign in to comment.