michaelkrone / generator-material-app

Yet another yeoman generator for scaffolding a simple Node.js/Express/MongoDB/Angular.js app using some material design elements.
MIT License
177 stars 48 forks source link

Cannot save clientModelDoc #91

Closed michaelkrone closed 8 years ago

michaelkrone commented 8 years ago

When editing a clientModelDoc, the form does not get dirty and I cannot save the item.

Stupidism commented 8 years ago

Just edit?

michaelkrone commented 8 years ago

I think it was only edit

Stupidism commented 8 years ago

But I can't reappear this in my environment. I can edit normally.

michaelkrone commented 8 years ago

I will recheck.

michaelkrone commented 8 years ago

I just checked: I cannot edit a clientModelDoc (the save button will not get clickable). Additionally, when editing the name and setting it back to the origin name the validation failed. There is the remote-unique-ignore attribute for this cases, which allows a value to be ignored.

Stupidism commented 8 years ago

I found the problem. Last time I add doc for ng-messages, I only added properties on client side