Andrey Demidenko

Results 4 issues of Andrey Demidenko

I have multiple components for one field that selected from select box. Sometimes I get this error: 'Controller 'form', required by directive 'valdrMessage', can't be found!'

When you try to create new record and we have validates_uniqueness_of with scope we need to assign scope property from form to model to run validation correct

I have 'no implicit conversion of Symbol into Integer' error

How can I add for example .form-control to this input I'm doing it like this now: ``` Authy.UI.instance(); $('.authy_phone_country_code .countries-input').addClass('form-control'); ```