Skip to content

Commit da11d88

Browse files
committed
removed error warning that 1.3 is required
1 parent ef2fe0d commit da11d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/js/ng-django-angular-messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
if(angular.version.minor < 3 ) {
6-
throw new Error('The ng.django.angular.messages module requires AngularJS 1.3+');
6+
// throw new Error('The ng.django.angular.messages module requires AngularJS 1.3+');
77
}
88

99

0 commit comments

Comments
 (0)