joeeames / MEANAppsFiles

Repository for my MEAN course on Pluralsight
117 stars 105 forks source link

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

Open jyotirrout opened 7 years ago

jyotirrout commented 7 years ago

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 commented 6 years ago

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>