Skip to content

Commit 369339f

Browse files
karthicksundararajanBogaerts Kristof
authored and
Bogaerts Kristof
committed
fix(uiSelectSingle): Tagging without multiple with new tags doesn't works
Tagging in single select is not working which has been testing in latest version of angular. Here, I've just copied working version of code from uiSelectMultiple directive and removed some code which causes the problem. All the test has been passed. Examples are working fine Closes angular-ui#1409, angular-ui#890
1 parent a1f4450 commit 369339f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/uiSelectSingleDirective.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ uis.directive('uiSelectSingle', ['$timeout','$compile', function($timeout, $comp
249249
});
250250
}
251251
});
252+
<<<<<<< HEAD
252253

253254
//Copied from uiSelectMultipleDirective
254255
function _findCaseInsensitiveDupe(arr) {
@@ -264,6 +265,8 @@ uis.directive('uiSelectSingle', ['$timeout','$compile', function($timeout, $comp
264265

265266
return hasDupe;
266267
}
268+
=======
269+
>>>>>>> 2641bf6... fix(uiSelectSingle): Tagging without multiple with new tags doesn't works
267270

268271
//Copied from uiSelectMultipleDirective
269272
function _findApproxDupe(haystack, needle) {

0 commit comments

Comments
 (0)