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 May 29, 2019. It is now read-only.
In the right-hand side preview panel, click on the link "Open accordion"
The $routeProvider will load the accordion.part template. Click on "Home" to return to the previous screen
Expected result
The initial screen is displayed again
Actual result
Nothing happens
In the JavaScript console, an exception is displayed:
TypeError: Cannot read property '$$childHead' of null
at Object.e.$destroy (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js:85:433)
at Comment.<anonymous> (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js:12:129)
at http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js:22:462
at Array.forEach (native)
at m (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js:6:193)
at Object.c [as handle] (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js:22:433)
at sb (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js:20:51)
at sa (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js:19:290)
at sa (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js:19:342)
at sa (http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js:19:342)
The text was updated successfully, but these errors were encountered:
@vincesp Unfortunately you are hitting a bug in AngularJS 1.0.3 that is not related to the accordion really. The bug I'm mentioning is this one angular/angular.js#1627. It was already fixed in AngularJS master but there was no release since the fix.
Steps to reproduce
$routeProvider
will load theaccordion.part
template. Click on "Home" to return to the previous screenExpected result
Actual result
The text was updated successfully, but these errors were encountered: