Parcourir la source

ménage dans le repo + début de modification du contenu

Simon WIRTH il y a 7 ans
Parent
commit
386426873e

Fichier diff supprimé car celui-ci est trop grand
+ 8 - 0
public/Pages/aujourdhui.html


Fichier diff supprimé car celui-ci est trop grand
+ 35 - 0
public/Pages/vision.html


BIN
public/img/bullet_leaf.png


BIN
public/img/bullet_tree.png


BIN
public/img/favicon.png


BIN
public/img/photos/chaise.jpg


BIN
public/img/photos/chantier_maison.jpg


BIN
public/img/photos/domaine.jpg


BIN
public/img/photos/jardin.jpg


BIN
public/img/photos/repas.jpg


BIN
public/img/photos/repas_collectif.jpg


BIN
public/img/photos/roue_maison.jpg


BIN
public/img/photos/toit_maison.jpg


+ 11 - 0
public/js/services/tera.js

@@ -0,0 +1,11 @@
+angular.module('teraService', [])
+
+	// super simple service
+	// each function returns a promise object 
+	.factory('Tera', ['$http',function($http) {
+		return {
+			get : function() {
+				return $http.get('/api/tera');
+			}
+		}
+	}]);

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff