Created simple page for csv upload
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<h1> Lisää useampi jäsen </h1>
|
||||
|
||||
<div>
|
||||
<input id="fileUpload" type="file" accept=".csv" ></input>
|
||||
</div>
|
||||
@@ -24,6 +24,10 @@ app.config(['$routeProvider', function($routeProvider){
|
||||
templateUrl:"/static/html/muokkaa_jasenta.html",
|
||||
controller:'appleditController',
|
||||
})
|
||||
.when('/addmany',{
|
||||
templateUrl:"/static/html/lisaa_jasenia.html",
|
||||
controller:'addManyController',
|
||||
})
|
||||
.otherwise({
|
||||
'redirectTo':"/"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user