project started, some html and js files added, showing events and users work communicating with server api

This commit is contained in:
arnaucode
2017-02-18 11:07:07 +01:00
parent baa0d5c6f6
commit 0ef2b84b13
29 changed files with 873 additions and 0 deletions

11
bower.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "HelloIonic",
"private": "true",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.3.2"
},
"dependencies": {
"angular-translate": "^2.14.0",
"ui-leaflet": "^2.0.0"
}
}