Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A list of awesome AngularJs services, directives, utilities and resources.

How to count watchers

They slow down the page, so a goal is to reduce their number.

Code Block
angular.element(document.body).scope().$root.$$watchersCount

Backend

manual API-Tests

For manual API tests that need more functionality than swagger offeres (e.g. using unallowed methods or omitting required fields), httpie is a nice tool.

...