Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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'
;
2
angular
3
.module(
'app'
, [
'angularFileUpload'
])
4
.controller(
'AppController'
, [
'$scope'
,
'FileUploader'
,
function
($scope, FileUploader) {
Callers
nothing calls this directly
Calls
3
changeFileName
Function · 0.85
getNotUploadedItems
Method · 0.80
upload
Method · 0.80
Tested by
no test coverage detected