seriema / angular-apimock

Automatically route your API calls to static JSON files, for hiccup free front–end development.

Home Page:johansson.jp/angular-apimock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only `?apimock=true` is working

seriema opened this issue · comments

Seems like only http://johansson.jp/angular-apimock/#/demo-simple?apimock=true works. So http://johansson.jp/angular-apimock/#/demo-simple?apimock=auto and other commands aren't working.

The unit tests aren't picking it up, but I think it's because I'm not testing all commands with $location.search('apimock', x);.