Closed lucax88x closed 8 years ago
Huh, I thought I had also created an issue on this a while back too - but I guess not. Yeah, SIML has a weird bug with quotes in attributes/directives. You have to do it like this:
md-button
@click("authenticate('facebook')")
i.fa.fa-facebook
md-button[ng-click="authenticate('google')"]
i.fa.fa-google-plus
thanks anaphase! ;)
Hello mate,
great work, anyway, I have a common case which is weird is not working, I'm probably doing something wrong...