MCPcopy
hub / github.com/nervgh/angular-file-upload / controllers.js

File controllers.js

examples/issues/873/controllers.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2angular
3 .module('app', ['angularFileUpload'])
4 .controller('AppController', ['$scope', 'FileUploader', function ($scope, FileUploader) {

Callers

nothing calls this directly

Calls 3

changeFileNameFunction · 0.85
getNotUploadedItemsMethod · 0.80
uploadMethod · 0.80

Tested by

no test coverage detected