Answer the question
In order to leave comments, you need to log in
Opened an old project on angular 1 got an error, what could be the problem?
in app.js code like this:
angular.module('OEWeb', ['ngTouch', 'ngAnimate', 'ngDraggable', 'ngFlatDatepicker', 'Services']);
angular.module('OEWeb').controller('TileCtrl', ['$scope', 'msg', 'tiles',
function($scope, msg, tiles) {
// ...
}
]);
var Services = angular.module('Services', []);
Services.factory('tiles', ['$http',
function($http) {
// ...
}
]);
libs.min.js:1 Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.5.8/$injector/module...
Answer the question
In order to leave comments, you need to log in
perhaps one of the modules that is used in the project is not connected
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question