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