seriema / angular-apimock

Automatically route your API calls to static JSON files, for hiccup free front–end development.
johansson.jp/angular-apimock
MIT License
65 stars 8 forks source link

Only `?apimock=true` is working #37

Closed seriema closed 9 years ago

seriema commented 9 years ago

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);.