summaryrefslogtreecommitdiffstats
path: root/afm-client/app/Frontend/pages/Sample/SampleModule.js
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2016-01-27 13:01:16 +0100
committerFulup Ar Foll <fulup@iot.bzh>2016-01-27 13:01:16 +0100
commit712446796a33a47ea7e5fafd7950141ac8060530 (patch)
tree72ddf32d3dbf4207fe29a70f9c84819477ece38c /afm-client/app/Frontend/pages/Sample/SampleModule.js
parent33940e952258bf1026a5f2c0687e4da01bc66004 (diff)
Handle Error Modal on upload
Diffstat (limited to 'afm-client/app/Frontend/pages/Sample/SampleModule.js')
-rw-r--r--afm-client/app/Frontend/pages/Sample/SampleModule.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/afm-client/app/Frontend/pages/Sample/SampleModule.js b/afm-client/app/Frontend/pages/Sample/SampleModule.js
deleted file mode 100644
index 8ae82ea..0000000
--- a/afm-client/app/Frontend/pages/Sample/SampleModule.js
+++ /dev/null
@@ -1,18 +0,0 @@
-(function() {
-'use strict';
-
-// list all rependencies within the page + controler if needed
-angular.module('SampleModule', ['SubmitButton','UploadFiles'])
-
- .controller('SampleController', function ($http) {
- var scope = this; // I hate JavaScript
-
- console.log ("sample Init");
-
- scope.FileUploaded = function (response) {
- console.log ("FileUploaded response=%s", JSON.stringify(response));
- };
- });
-
-console.log ("SampleControler Loaded");
-})(); \ No newline at end of file