MCPcopy Create free account
hub / github.com/textAngular/textAngular / selectorClickHandler

Function selectorClickHandler

src/taBind.js:283–288  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

281 };
282
283 var selectorClickHandler = function(event){
284 // emit the element-select event, pass the element
285 scope.$emit('ta-element-select', this);
286 event.preventDefault();
287 return false;
288 };
289
290 //used for updating when inserting wrapped elements
291 var _reApplyOnSelectorHandlers = scope['reApplyOnSelectorHandlers' + (attrs.id || '')] = function(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…