Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing apears when I use Notify() and I receive no errors #60

Open
chevalierc opened this issue Feb 3, 2016 · 5 comments
Open

Nothing apears when I use Notify() and I receive no errors #60

chevalierc opened this issue Feb 3, 2016 · 5 comments

Comments

@chevalierc
Copy link

I have the css and js files included, I added the cgNotify to my app dependecies, As well as injected it into the controller Im using. ??

@direwolf424
Copy link

Same problem with me , i think its due to angular version .

@kaluabentes
Copy link

Same problem here!!!

@chevalierc
Copy link
Author

@direwolf424 My comment was a while ago, but thinking back to what I was working on, it looks like I was using 1.5.7 at the time

@chevalierc
Copy link
Author

also the last commit on this project was 2 years ago..

@d4fseeker
Copy link

$http.get returns a different format now, which breaks angular-notify. As @chevalierc already noted, this project seems abandoned but to get your project working again until someone can take over, please try:

  • replace .success with .then in line 39 (and correspondingly further down the .error with a comma for the .then)
  • replace in line 41: $compile(template) with $compile(template.data)

This got it working for me again,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants