You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
…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.
…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.
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
The text was updated successfully, but these errors were encountered: