You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.
First, I create a constant conf with a generic messages like :
...
var conf = {
validation: {
stringMessages: {
required: 'Required.',
ipAddress: 'Must be a valid ip address.',
// generic
valid: 'Must be a valid value.'
}
}
};
configServer.constant('conf', conf);
...
Then, I invoke a iterator function once forEach value in obj ...
...
So this issue is resolved.
Now, I have a next issue with defaultValue..
defaultValue doesn't work when I change fieldname: field by fieldname: fieldDisplay or other ...
Is that 'field' is unique or I can change his name ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys.
I try to add error messages on my app but the red animation error doesn't work .
Indeed, it work when I make a simple example like : http://jsbin.com/rexuquqeta/edit?js,console,output
Basically, I have a page that displays a grid on which I use a ng-repeat .
Inside each " tile " I dynamically displays data as text .
Each " tile " is a button that opens a modal .
When I click on a " tile " , so I open a modal which displays editable data as " input " .
Except that my problem is that the error messages do not fontionnent with my current structure .
Here is an overview :
If you have an idea what it could be ?
Nb: if you want more informations, say it to me .. thanks a lot for your help
The text was updated successfully, but these errors were encountered: