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.
Documentation: ngView example has wrong name for templateUrl #1715
Closed
Description
The example given here:
http://docs.angularjs.org/api/ng.directive:ngView
...displays $route.current.template, instead of templateUrl, so it's always blank. similar example for $route is correct.