This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Are tabs-left or tabs-right supported in 0.4.0? #581
Closed
Description
It looks as if there isn't any support for tabs-left or tabs-right classes in the latest version. Am I missing something or was it omitted? Currently, I'm using this as a workaround in my controller. I'm aware it's not an ideal solution for several reasons (e.g., DOM manipulation in a controller, usage of a 0 timeout).
$timeout(function(){
angular.element('.tabbable').first().addClass('tabs-left')
}, 0);
Metadata
Metadata
Assignees
Labels
No labels