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.
New in 1.0.0, when clicking a button embedded in a template, firebug throws this in firefox 13:
It looks like this comparison fails to match:
then on the next loop elm = []
adding a breakpoint at row 5356, elm is the following elements
button.btn
div.controls
div.control-group
div.span2
div.row
div.tabbable
div.ng-scope
Therefore it appears that div.ng-scope has no parent.
The actual parent of div.tabbable is a div with ng-form. But that div is a fragment loaded into the templateCache using this code
The text was updated successfully, but these errors were encountered: