-
After updating aurelia-validatejs I got error `undefined:1 Uncaught (in promise) Error: Cannot set property 'configurable' of undefined` https://gyazo.com/a60d0c503bbad66d8e8e4050b65dfefd
its the dec…
-
Getting this error when trying to use aurelia-validatejs
-
I'm unable to get `aurelia-i18n@0.5.3` working using JSPM. I'm following the very latest docs, it fails during bootstrapping phase:
```
BackendConnector.js:213 Uncaught TypeError: this.backend[fcName…
-
As @alvarezmario mentioned -
alvarezmario commented 2 days ago
This was a recurring issue with the previous aurelia validation library. Most people agree on using aurelia-i18n to handle this, which i…
-
Hi,
while running typings install I get the following error:
```
C:\prj\Project\myapp>typings install
typings ERR! message Attempted to compile "aurelia-dependency-injection" as a global module, but …
-
I've tried clear the text field, not setting it in the model in the first place but I never received a warning about a required field. Am I missing something obvious?
-
The ValidationEngine class is duplicated in both validatejs and validation. We should probably put that in the core validation library and remove it from validatejs.
-
`ValidationError` was moved to this project, a duplicate exists in `aurelia-validatejs` however everything is being imported from this project. This project, however, hasn't made a release in the mean…
-
If a property has validate options with functions (which are converted to computes), they will not be evaluated when the map instance's `validate` method is called. Instead of being evaluated, the fu…
-
I'm trying to use aurelia-validation but it show me this error, when the component is loading. It looks like it can't find the module to injected it.
```
aurelia-logging-console.js:58 ERROR [app-ro…