We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2fe0d commit da11d88Copy full SHA for da11d88
client/src/js/ng-django-angular-messages.js
@@ -3,7 +3,7 @@
3
4
5
if(angular.version.minor < 3 ) {
6
- throw new Error('The ng.django.angular.messages module requires AngularJS 1.3+');
+ // throw new Error('The ng.django.angular.messages module requires AngularJS 1.3+');
7
}
8
9
0 commit comments