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 was archived by the owner on Apr 12, 2024. It is now read-only.
<!DOCTYPE html><html><head><metaname="description" content="[add your bin description]"><metacharset="utf-8"><metaname="viewport" content="width=device-width"><title>JS Bin</title><scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular.js"></script><scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular-animate.js"></script><scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/angular-gettext/2.2.1/angular-gettext.js"></script></head><bodyng-app="app"><spantranslate=""></span><script>angular.module('app',['ngAnimate','gettext']);</script></body></html>
ER: No javascript exception
AR:
runner-3.35.12.min.js:1 TypeError: element.parent is not a function
at queueAnimation (https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular-animate.js:2461:26)
at Object.$animate.push (https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular-animate.js:2411:16)
at Object.enter (https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular.js:5398:31)
at update (https://cdnjs.cloudflare.com/ajax/libs/angular-gettext/2.2.1/angular-gettext.js:447:34)
at post (https://cdnjs.cloudflare.com/ajax/libs/angular-gettext/2.2.1/angular-gettext.js:463:21)
at invokeLinkFn (https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular.js:9694:9)
at nodeLinkFn (https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular.js:9093:11)
at compositeLinkFn (https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular.js:8397:13)
at compositeLinkFn (https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular.js:8400:13)
at publicLinkFn (https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular.js:8277:30) <span translate="">
Previously `stripCommentsFromElement()` would return an empty Array (instead of a jqLite collection)
which would cause an exception to be thrown: "element.parent not a function".
This commit fixes it, by ensuring that the returned value is always a jqLite collection.
Closes#14558Closes#14559
Previously `stripCommentsFromElement()` would return an empty Array (instead of a jqLite collection)
which would cause an exception to be thrown: "element.parent not a function".
This commit fixes it, by ensuring that the returned value is always a jqLite collection.
Closes#14558Closes#14559
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
angular@1.5.5
angular-animate@1.5.5
angular-gettext@2.2.1
Use case which reproduce the problem:
http://jsbin.com/zaviju/edit?html,js,output
ER: No javascript exception
AR:
Related issues:
#11703
rubenv/angular-gettext#255
The text was updated successfully, but these errors were encountered: