-
Hi,
I tried the aurelia-validatejs package yesterday within a typescript project and it doesn't find the getContextFor function in the typescript definition. So adding this function to `aurelia-bindi…
-
Make sure all of the types match results.
-
Hi, apologies if this is in the wrong place, but could somebody please explain how to set up Date().
I'm hitting the "Both the parse and format functions needs to be set to use the datetime/date valid…
-
Any working example how to configure the `aurelia-validatejs`, to replace the default ValidationRenderer ?
The `.plugin('aurelia-validatejs', (config) => {console.log('::', config)});` does not inv…
-
Please add d.ts files for this libraries.
-
When I install the dev dependencies I got a warning:
`npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.12`
Then, when I run `gulp build` I got the following err…
-
@PWKad / @EisenbergEffect / anyone who's interested...
I put together an end-to-end wireup with a form, some entities, the binding behavior, a bootstrap renderer and reporter. The code is here: htt…
-
```
ERROR [app-router] Error: No BindingBehavior named "validate" was found!
Stack trace:
bind@http://localhost:9000/jspm_packages/npm/aurelia-binding@1.0.0-rc.1.0.2/aurelia-binding.js:1254:15
bind@ht…
-
Hi, I just added the library in a vs project with typescript and when I try to compile I have these errors.
```
...\jspm_packages\npm\aurelia-validatejs@0.3.0\aurelia-validatejs.d.ts(7,10): error TS2…
-
When using TypeScript and the decorator syntax for validatejs, the validation does not occur.
I am assuming that it is something to do with the way that TypeScript generates the decorator code.
I wil…