marmelab / ng-admin

Add an AngularJS admin GUI to any RESTful API
http://ng-admin-book.marmelab.com/
MIT License
3.95k stars 725 forks source link

[RFR] Use http error service handlers inside view events #1339

Closed floo51 closed 7 years ago

floo51 commented 7 years ago

The HttpErrorService decorator wasn't working on view like on "Submit changes".

It should now work.

Still untested, need some more work.

Kmaschta commented 7 years ago

I'm OK with this PR. @Phocea Do you have any observation?

floo51 commented 7 years ago

Just tested, works as expected