Skip to content
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
@brandonhall

Description

@brandonhall

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions