UNPKG

angular-multi-select

Version:
12 lines (7 loc) 383 B
'use strict'; var angular_multi_select = angular.module('angular-multi-select'); angular_multi_select.run(['$templateCache', function ($templateCache) { var tpl = $templateCache.get('angular-multi-select.tpl'); tpl = tpl.replace(/(class="(?:.*?)ams-item-text(?:.*?)")/gi, '$1 ng-click="amse.toggle_open_node(item)"'); $templateCache.put('angular-multi-select.tpl', tpl); }]);