Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.4.6/$injector/modulerr?p0=myApp

// use inline injection annotation to prevent errors after minification

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

myApp.controller('mineController', ['$scope', function($scope) {
  $scope.name = 'First Name';
}]);
Source by docs.angularjs.org #
 
PREVIOUS NEXT
Tagged: #Uncaught
ADD COMMENT
Topic
Name
2+7 =