This is home!

Everybody can access this page, the other credentials stored are:

{{ user.name }}

username: {{ user.username }}, password: {{ user.password }}, email: {{ user.email }}, permission: {{ user.userRole.title }}

native json

angular provides the real json object

  
{{ users | json }}
  

You can keep track of mocked http requests

Just open the console of your favourite browser and the ngMock will print out the requests as console.info.