Konstantin Yegupov

Results 4 comments of Konstantin Yegupov

The issue is still there. It's a terrible UX - silently swallowing an error. Is it being worked on?

Since ng-admin, as far as I can tell, is written in ES 2015, I believe the proper construct to use is: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Statements/for...of

The same patch now needs to apply to angular-sanitize...

Assume you have a data type with a "date" field. You want to serve instances of the type via REST API. If you use legacy java.util.Date class for the "date"...