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

Support Angular 1.5

seriema opened this issue · comments

Angular 1.5 is currently in beta. It should be included in the tests as soon as it's out.

Did a quick test against angular 1.5.0-build.4383+sha.f5aa207and it seemed to work like normal.

1.5 was released.
https://github.com/angular/angular.js/releases/tag/v1.5.0

It broke the tests and failed PR #62.

Nothing needed to change in the code. It was just PhantomJS issues in the tests. See angular/angular.js#13794