Reputation: 2510
I am new to angularJS and going through the official documentation.
Every API element has this sublist (highlighted in the red rectangle in the image).
I searched a lot but I am still not clear what it represents. Can anyone help please?
Upvotes: 1
Views: 44
Reputation: 14017
Sublists are used for analogous behaviours between the subject and the sublist item. For example if you are reading about $route, then $routeProvider will also enlighten your concept about routing.
Upvotes: 1