You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Current behavior:
On the documentation page for angular.copy(), some of the formatting is hard to read and inconsistent with the rest of the AngularJS documentation. In particular, the raw JSDoc is being formatted as markdown and included at the end of the Overview section. The Usage section is very bare, not including the function arguments or return value.
Expected / new behavior:
The documentation page should be correctly formatted, with the function arguments and return value being nicely formatted in the Usage section. See angular.equals() for an example of how a function documentation page should look.