Open jyotirrout opened 7 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>
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 ?