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.
scope.$service docs needs parens #341
Closed
Description
http://docs.angularjs.org/#!angular.scope.$service
This page says:
Usage
1 angular.scope.$service(serviceId);
But it needs to say angular.scope().$service(serviceId);
. (Note missing parens.)