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

in md-tabs directive, md-no-bar cause error when md-no-ink is not present #1182

Closed
phil-lgr opened this issue Jan 13, 2015 · 0 comments
Closed
Assignees
Milestone

Comments

@phil-lgr
Copy link

Hello,

I have an issue with the mdTabs directive: this works
<md-tabs md-selected="selectedIndex" md-no-ink md-no-bar >

This doesn't work
<md-tabs md-selected="selectedIndex" md-no-bar >

So it seems that md-no-bar needs md-no-ink..

Plunkr: http://plnkr.co/edit/BKshHA1QZRZSQqJoP13Q?p=preview

Additionally,

Why is not possible to do something like

<md-tabs md-selected="selectedIndex" md-no-ink="disableInk">

and then in the controller, to do $scope.disableInk = true; It seems that the boolean value for md-no-ink or md-no-bar, etc are not passed in the scope.

Best regards,
Phil

@ThomasBurleson ThomasBurleson added this to the 0.7.1 milestone Jan 13, 2015
robertmesserle added a commit that referenced this issue Jan 23, 2015
robertmesserle added a commit that referenced this issue Jan 23, 2015
…ut `md-no-ink`

Closes #1182.

fix(subheader): fixes a z-index issue for fixed subheader

Closes #1034.

fix(styles): replaces css selector that was too general

Closes #1194.

feat(button): adds `md-mini` class for mini fab buttons

Closes #1173.
@naomiblack naomiblack modified the milestones: 0.7.1, 0.8.0 Jan 26, 2015
robertmesserle added a commit that referenced this issue Jan 27, 2015
…ut `md-no-ink`

Closes #1182.

fix(subheader): fixes a z-index issue for fixed subheader

Closes #1034.

fix(styles): replaces css selector that was too general

Closes #1194.

feat(button): adds `md-mini` class for mini fab buttons

Closes #1173.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants