MCPcopy Index your code
hub / github.com/textAngular/textAngular / main.js

File main.js

src/main.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// this global var is used to prevent multiple fires of the drop event. Needs to be global to the textAngular file.
2var dropFired = false;
3var textAngular = angular.module("textAngular", ['ngSanitize', 'textAngularSetup', 'textAngular.factories', 'textAngular.DOM', 'textAngular.validators', 'textAngular.taBind']); //This makes ngSanitize required
4

Callers

nothing calls this directly

Calls 6

isScrollableFunction · 0.85
oneEventFunction · 0.85
testAndSetFunction · 0.85
elementHasAttrsFunction · 0.85
touchModificationFunction · 0.85
setupToolElementFunction · 0.85

Tested by

no test coverage detected