Vitaly Schekin
Vitaly Schekin
Please merge
Same question. How can i set custom error message to field without creating custom validation method?
I found solution here https://github.com/foxhound87/mobx-react-form/issues/49 ```javascript import { Form } from 'mobx-react-form'; import validatorjs from 'validatorjs'; class CustomForm extends Form { plugins () { return { dvr: { package: validatorjs,...
still broken and unplayable
I have problem like this ^ I have controller with chatSocket handler: `chatSocket.on('message', (data) => console.log);` First time console.log work only once. But when i change routes, e.g. /chat ->...
I just install example from angular-socket-io-seed and i have same problem.
@essivision, I just remove listeners before scope destroyed on state change. In angular 1.5+ i use: `this.$onDestroy` hook (https://docs.angularjs.org/guide/component) In this hook i just write `chatSocket.removeListener('message');`