Closed animepauly closed 10 years ago
just posting the error
unimplemented: fa-header-footer-layout does not support removing children angular.js:10023 (anonymous function) angular.js:10023 (anonymous function) angular.js:7327 Scope.$emit angular.js:12848 (anonymous function) famous-angular.js:3543 Scope.$broadcast angular.js:12911 Scope.$destroy angular.js:12569 ngRepeatAction angular.js:20460 $watchCollectionAction angular.js:12344 Scope.$digest angular.js:12471 Scope.$apply angular.js:12736 (anonymous function) famous-angular.js:1178 emit EventEmitter.js:36 emit EventHandler.js:79 emit Surface.js:107 eventForwarder
Hey @animepauly, @rajatkhanna82 is taking this on and should have this feature implemented soon. If it does seem to be working correctly for you aside from the exception, as a temp fix in the meantime you can try just commenting out that exception-throwing line from faHeaderFooterLayout in famous-angular.js.
Thanks for the tip!
+1
OK in a different use case, this error bites me a little harder. When I am on a route that does not use fa-header-footer-layout
and change routes to one that does use one, all is well. However, when I am on a route that uses fa-header-footer-layout
and transition to any other route, I get this error, and it prevents the route transition from completing, and any subsequent route actions from happening.
@zackbrown thanks for the heads up!
fixed by #203
I am making an app using the header footer layout. Inside the content modifier I have an ng-repeat where I am building out a list of answer choices for a question. I am seeing that it's updating the children but it's throwing this error "unimplemented: fa-header-footer-layout does not support removing children". So it seems to be working but still throwing this error. Also I am uncertain if I am even setting this up properly, check the markup below: