diff --git a/AngularJSLibrary/__init__.py b/AngularJSLibrary/__init__.py index c9a955d..a0271aa 100644 --- a/AngularJSLibrary/__init__.py +++ b/AngularJSLibrary/__init__.py @@ -29,7 +29,7 @@ var callback = function () {waiting = false;} var el = document.querySelector(arguments[0]); if (!el) { - throw new Error('Unable to find root selector using "' + + throw new Error('Unable to find root selector that is given by importing the library using "' + arguments[0] + '". Please refer to the AngularJS library documentation' + ' for more information on how to resolve this error.')