You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Low priority: A simple demo of ng-include for inserting a script tag into the current page works only when jQuery is loaded. Without jQuery, AngularJS gives the error:
Not a big deal since I always use jQuery anyway, but I don't see where it is expecting jqlite to do a "selector" lookup? (note: Plunker doesn't error - just doesn't do anything)
The text was updated successfully, but these errors were encountered:
Low priority: A simple demo of ng-include for inserting a script tag into the current page works only when jQuery is loaded. Without jQuery, AngularJS gives the error:
Uncaught Error: [jqLite:nosel] Looking up elements via selectors is not supported by jqLite! See: http://docs.angularjs.org/api/angular.element
http://errors.angularjs.org/1.4.1/jqLite/nosel
REGEX_STRING_REGEXP
@ angular.js:68JQLite
@ angular.js:2747doBootstrap
@ angular.js:1597bootstrap
@ angular.js:1642(anonymous function)
Here is the demo: http://plnkr.co/edit/ONlkgveTpmXxTAFa30Qf?p=preview
Not a big deal since I always use jQuery anyway, but I don't see where it is expecting jqlite to do a "selector" lookup? (note: Plunker doesn't error - just doesn't do anything)
The text was updated successfully, but these errors were encountered: