Set active tab style with AngularJS
I have routes set in AngularJS like this: $routeProvider .when('/dashboard', {templateUrl:'partials/dashboard', controller:widgetsController}) .when('/lab', {templateUrl:'partials/lab',