This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
docs(ngView): ngView has an undocumented autoscroll attribute #5734
Closed
Description
ngView appears to support the autoscroll attribute similar to ngInclude but is not documented to do so. This is a feature I'm looking to use and only discovered by a lucky Google search (see http://liamkaufman.com/blog/2013/11/11/understanding-angularjs-directives-part2-ng-view/ under Undocumented features of ngView).
Is this an accidental feature or something that should be documented and is not?