nervgh / angular-file-upload

[ALMOST NOT MAINTAINED] Angular File Upload is a module for the AngularJS framework
MIT License
3.44k stars 1.13k forks source link

Uncaught Error: [$injector:modulerr] #864

Open hasanharman opened 4 years ago

hasanharman commented 4 years ago

I set up angular file upload with using NPM and also I add CDN's into the index.html file, but I get that error in the heading as soon as I start coding also I use AngularJs 1.7.9

in my main.js file

var app = angular.module('myApp', ['ngRoute'], ['angularFileUpload']);

I can't even try to upload a file