Have been trying to use toastr in my AngularJS app:
app.module("MyApp", ['toastr']);
But it doesn't work, the module toastr can not be found! I thought toastr were a AngularJS module?
Anyone who knows how to load the module, or if there are any Angular-directives I can use?
<script type="text/javascript" src="angular-toastr.tpls.js"></script>applook like? It's hard to tell from the lack of code how you're instantiatingapp.