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

Use mdIcon instead of data-URIs #1466

Closed
wants to merge 1 commit into from
Closed

Conversation

marcysutton
Copy link
Contributor

A few places in the Angular Material docs still use the interim solution for icons: hard-coded data-URIs. We need to replace these icons with the new mdIcon component.

Updated:

  • Tabs pagination arrows (needs theming support)
  • Docs menu button
  • Docs demo source button

Closes #1464

@ajoslin ajoslin added the in progress Mainly for in progress PRs, but may be used for issues that require multiple PRs label Feb 11, 2015
@@ -110,6 +110,7 @@ function TabsDirective($mdTheming) {
'ng-if="pagination.active && pagination.hasPrev" ' +
'ng-click="pagination.clickPrevious()" ' +
'aria-hidden="true">' +
'<md-icon md-svg-icon="img/icons/tabs-arrow.svg"></md-icon>' +
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ThomasBurleson do these paths need to be configurable?

@ajoslin ajoslin removed the in progress Mainly for in progress PRs, but may be used for issues that require multiple PRs label Feb 11, 2015
@marcysutton marcysutton deleted the wip-icon-updates branch February 13, 2015 01:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mdTabs pagination arrows have dissapeared
2 participants