mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
6 lines
202 B
CoffeeScript
6 lines
202 B
CoffeeScript
angular.module("ofn.admin").directive "select2NoSearch", ($timeout) ->
|
|
restrict: 'CA'
|
|
link: (scope, element, attrs) ->
|
|
$timeout ->
|
|
element.select2
|
|
minimumResultsForSearch: Infinity |