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.
It appears in 1.3 (have not tried 1.2), PhantomJS fails when reaching src/jqLite.js#L388, due to push.apply being unable to accept a NodeList.
This occurs for me in my karma tests when using PhantomJS as the browser.
The full error is as follows:
TypeError: '[object NodeList]' is not a valid argument for 'Function.prototype.apply' (evaluating 'push.apply')
at F:/app/bower_components/angular/angular.js:2594
Running the same tests in chrome works as expected.
The text was updated successfully, but these errors were encountered:
AngularJS:
1.3.0-build.2831+sha.d7bfda6
PhantomJS:
1.9.7
(Windows)It appears in 1.3 (have not tried 1.2), PhantomJS fails when reaching src/jqLite.js#L388, due to
push.apply
being unable to accept aNodeList
.This occurs for me in my karma tests when using PhantomJS as the browser.
The full error is as follows:
Running the same tests in chrome works as expected.
The text was updated successfully, but these errors were encountered: