Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nervgh/angular-file-upload
/ unbind
Method
unbind
src/services/FileDirective.js:43–47 ·
view source on GitHub ↗
* Unbinds events handles
()
Source
from the content-addressed store, hash-verified
41
* Unbinds events handles
42
*/
43
unbind() {
44
for
(
var
key in this.events) {
45
this.element.unbind(key, this.events[key]);
46
}
47
}
48
/**
49
* Destroys directive
50
*/
Callers
2
destroy
Method · 0.95
_iframeTransport
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected