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

Uncaught ReferenceError: toastr is not defined at mvNotifier.js:1 #20

Open
jyotirrout opened this issue Apr 24, 2017 · 1 comment
Open

Comments

@jyotirrout
Copy link

In the file mvNotifier.js line 1 : angular.module('app').value('mvToastr',toastr);

I am getting Uncaught ReferenceError: toastr is not defined error. Any idea how to resolve it ?

@imnikhilupadhyay
Copy link

toastr is a Javascript library for non-blocking notifications. jQuery
is required. So the goal is to create a simple core library that can be
customized and extended.

<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>

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

2 participants