We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open http://formstamp.github.io/#/multiselect type in 'Where have you been?' field any value from its list the error will be added to console
Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: item in items, Duplicate key: string:Algeria, Duplicate value: "Algeria" http://errors.angularjs.org/1.3.2/ngRepeat/dupes?p0=item%20in%20items&p1=string%3AAlgeria&p2=%22Algeria%22 minErr/<@http://formstamp.github.io/app.js:4458:13 ngRepeatAction@http://formstamp.github.io/app.js:28545:22 $watchCollectionAction@http://formstamp.github.io/app.js:18287:14 $RootScopeProvider/this.$get</Scope.prototype.$digest@http://formstamp.github.io/app.js:18420:24 $RootScopeProvider/this.$get</Scope.prototype.$apply@http://formstamp.github.io/app.js:18682:14 NgModelController</this.$$debounceViewValueCommit@http://formstamp.github.io/app.js:25020:8 NgModelController</this.$setViewValue@http://formstamp.github.io/app.js:24992:8 baseInputType/listener@http://formstamp.github.io/app.js:23785:8 createEventHandler/eventHandler@http://formstamp.github.io/app.js:7357:10
return logFn.apply(console, args);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
open http://formstamp.github.io/#/multiselect
type in 'Where have you been?' field any value from its list
the error will be added to console
Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: item in items, Duplicate key: string:Algeria, Duplicate value: "Algeria" http://errors.angularjs.org/1.3.2/ngRepeat/dupes?p0=item%20in%20items&p1=string%3AAlgeria&p2=%22Algeria%22 minErr/<@http://formstamp.github.io/app.js:4458:13 ngRepeatAction@http://formstamp.github.io/app.js:28545:22 $watchCollectionAction@http://formstamp.github.io/app.js:18287:14 $RootScopeProvider/this.$get</Scope.prototype.$digest@http://formstamp.github.io/app.js:18420:24 $RootScopeProvider/this.$get</Scope.prototype.$apply@http://formstamp.github.io/app.js:18682:14 NgModelController</this.$$debounceViewValueCommit@http://formstamp.github.io/app.js:25020:8 NgModelController</this.$setViewValue@http://formstamp.github.io/app.js:24992:8 baseInputType/listener@http://formstamp.github.io/app.js:23785:8 createEventHandler/eventHandler@http://formstamp.github.io/app.js:7357:10
return logFn.apply(console, args);
The text was updated successfully, but these errors were encountered: