Coder Social home page Coder Social logo

Comments (9)

suzerain avatar suzerain commented on May 1, 2024

I have font awesome icons working for normal buttons, but not for the md-sidemenu-content directive, where i am trying to use md-font-icon="" along with md-heading. Did you by chance get that to work?

from angular-material-sidemenu.

agnjunio avatar agnjunio commented on May 1, 2024

I created a little patch to support md-font-icon for md-sidemenu-content and a md-arrow-src attribute in case you want to change the arrow svg.
Fork me

from angular-material-sidemenu.

lealceldeiro avatar lealceldeiro commented on May 1, 2024

I cannot get the md-icon and md-svg-icon properties working properly! Please, could you provide a working example, demo, plunker, jsfiddle, codepen or any similar?

@agnjunio how could I use your forked project instead of this one?

from angular-material-sidemenu.

agnjunio avatar agnjunio commented on May 1, 2024

@lealceldeiro I'm in a rush now, but here is a post explaining: http://debuggable.com/posts/how-to-fork-patch-npm-modules:4e2eb9f3-e584-44be-b1a9-3db7cbdd56cb

If you have any further questions, I can explain it later.

from angular-material-sidemenu.

lealceldeiro avatar lealceldeiro commented on May 1, 2024

Thanks, @agnjunio , I got it :) Now, what would be the link which I should point to your project in my dependency, in my bower.json file?

from angular-material-sidemenu.

lealceldeiro avatar lealceldeiro commented on May 1, 2024

Ok, I just used this one (https://github.com/agnjunio/angular-material-sidemenu/archive/1.0.1.tar.gz). Correct me if I'm wrong

from angular-material-sidemenu.

agnjunio avatar agnjunio commented on May 1, 2024

The current head link is: https://github.com/agnjunio/angular-material-sidemenu/archive/master.zip
Replace .zip with .tar.gz if you prefer

from angular-material-sidemenu.

lealceldeiro avatar lealceldeiro commented on May 1, 2024

👍 Great!, @agnjunio. This fixes the issue. I cannot express my gratitude good enough! Thanks dude!

from angular-material-sidemenu.

tim-lukacik avatar tim-lukacik commented on May 1, 2024

You can use CSS. On your md-sidemenu-content element put a class like "my-button". Now add something like this to your stylesheet:
.md-sidemenu-content.my-button span::before { font-family: FontAwesome; content: "\f015\00a0\00a0"; }

f015 is unicode for the home icon, you can grab the unicode for other icons on their site. 00a0 is just a space, I found 2 spaces to work nicely with this "hack".

Good luck.

from angular-material-sidemenu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.