-
@Opiskull commented on [Thu Jun 02 2016](https://github.com/aurelia/binding/issues/422)
Hi,
I tried the aurelia-validatejs package yesterday within a typescript project and it doesn't find the getCo…
-
@PWKad @EisenbergEffect the changes that were merged in from my pull request (#64) have been overwritten by the commit "chore(all): prepare release 0.4.0".
Was that intentional?
-
Hi,
I am trying to use the Aurelia CLI on my project, but I'm having a problem.
I added aurelia-validatejs into the aurelia.json, and the aurelia-validate.js imports validate.js, but I can't make it…
-
Add code samples for each fluent API as well, as well as links to validate.js and the source to show how things work under the covers.
This should make it easier for anyone else to be able to contrib…
-
Hi, I updated the projects (vs 2015 + ts) to the latest bits, used the workaround to install the latest version of .d.ts, and updated the aurelia-validation .d.ts too, and I'm having a dfew issues.
T…
-
I know my last issue was closed (https://github.com/aurelia/validatejs/issues/88). I did everything I could with getting to -beta.2.x.x (minus webpack-plugin) and fixing the .d.ts files.
All is worki…
-
I wanted to use custom renderer in my project which didn't work and just when I was about to kill myself, I found this diff:
https://github.com/aurelia/validatejs/compare/custom-renderer#diff-1fdf421c…
-
hello
i have done
npm install aurelia-validatejs --save
added aurelia-validatejs to "includeSubModules" in webpack.config
added to main.ts .plugin('aurelia-validatejs')
when i am trying to import va…
-
After reading Rob's announcement I was curious how a few things actually worked, so I had a very quick look at the code.
Maybe I'm wrong, but my understanding is that `ValidationController` is tied t…
jods4 updated
8 years ago
-
Nice work on the module :) It's a shame aurelia-validation was dropped the way it was but, I can understand it.
Reading your blog post [here](http://patrickwalters.net/aurelia-validate-js-plugin/) I …