Ember-validations integration

Has anyone integrated ember-validations into their build before? I am currently trying to integrate it into mine and have followed the directions in the readme for building the project however I am getting errors after integrating the /dist files.

Uncaught ReferenceError: minispade is not defined

Any help would be much appreciated.

Thanks, Will

I suggest you to use https://github.com/lcoq/ember-validations. Your plugin and this one are very similar and I didn’t have any problems with it

Unfortunately until we make the next release you will have to build from master.

Thanks for the tips guys! I was able to solve my problem via a combination of HTML5 type validations, express-validation models in my node.js backend and the errors object in ember to render the error messages from the API.