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

fix(apimock): timestamps had an invalid format #58

Closed seriema closed 9 years ago

seriema commented 9 years ago

00:00:00 isn’t a valid filename. Using 00.00.00 instead.

Fixes #57