torch2424 / link-drops

A collection of your links that you find across the internet, made with the help of @julianpoy
http://linkdrops.com/#/
Apache License 2.0
2 stars 1 forks source link

Forgot Password - $mdToast is not defined #101

Closed julianpoy closed 8 years ago

julianpoy commented 8 years ago

Currently, if you try to use "Forgot Password", the page breaks with a console error "$mdToast is not defined"

julianpoy commented 8 years ago

This is actually kind of important. Forgot password is rather essential. Could you handle this, since I am inexperienced with your mdtoast stuff?

torch2424 commented 8 years ago

Oh yeah, i'll do it in about an hour :D

torch2424 commented 8 years ago

And also, dont be afraid of mdToast, I made it SUPERRRRR easy.

I made a service called toasty.

So in ject "Toasty"

and call Toasty.show(Text, timeout(default is 3000 milliseconds));

I am doing this, justwanted to share the knowledge :)

julianpoy commented 8 years ago

Excellent. Thanks for the tips. I was scared because I had no idea that you wrote it up.