MCPcopy
hub / github.com/nervgh/angular-file-upload / bind

Method bind

src/services/FileDirective.js:34–39  ·  view source on GitHub ↗

* Binds events handles

()

Source from the content-addressed store, hash-verified

32 * Binds events handles
33 */
34 bind() {
35 for(var key in this.events) {
36 var prop = this.events[key];
37 this.element.bind(key, this[prop]);
38 }
39 }
40 /**
41 * Unbinds events handles
42 */

Callers 5

constructorMethod · 0.95
__identityFunction · 0.80
__identityFunction · 0.80
_saveLinksMethod · 0.80
_iframeTransportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected