You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
The plunker below contains the standard ui-select example, but with angular 1.3 and DebugInfo disabled, ie
$compileProvider.debugInfoEnabled(false);
Use the mouse to select the first selectbox, then select the second selectbox and start typing. The result will appear in the first select instead of the second.
The plunker below contains the standard ui-select example, but with angular 1.3 and DebugInfo disabled, ie
$compileProvider.debugInfoEnabled(false);
Use the mouse to select the first selectbox, then select the second selectbox and start typing. The result will appear in the first select instead of the second.
http://plnkr.co/edit/aRORZjU8VKhKuJW1pTxx
Most likely cause line 149 in uiSelectDirective:
var targetScope = angular.element(e.target).scope(); //To check if target is other ui-select
.scope() is not available when DebugInfo is turned off...
The text was updated successfully, but these errors were encountered: