hdi-amiri
hdi-amiri
@Mottie is this bug solved yet? for those of you who use angular put this directive on your element: angular.module('focus-input', []) .directive('focusInput', focusInputDirective); function focusInputDirective() { return { restrict: "A",...
@Mottie any update on this?
how should we tackle this problem? I would like to help if I know where to start !
@Mottie Yes with pleasure (I will check it tomorrow ) ! I only remove that if clause? so what is the replacement for this? what does that comment says though?
Sorry man for being late, we have released a major version to production and the code should kind of be untouched! maybe in next patch I will have a look...
@xsegrity I want to point that upgrading to new `ui-router` is very simple, they have implemented a polyfill for `$stateChange` family thing that lets you migrate your app without breaking...
.selectize-input div.item + input { display: inline-block; } .selectize-input input { height: 20px; } add these see if helps