# HG changeset patch
# User rougeronj
# Date 1432745995 -7200
# Node ID 0afdaa004ee116b452cfd246242c442c79dc5836
# Parent 3542155549e44c04286fa0a9904156383afe5d94
replace all the tab by spaces
diff -r 3542155549e4 -r 0afdaa004ee1 client/app/books/add_modal.html
--- a/client/app/books/add_modal.html Wed May 27 18:58:39 2015 +0200
+++ b/client/app/books/add_modal.html Wed May 27 18:59:55 2015 +0200
@@ -1,14 +1,14 @@
\ No newline at end of file
diff -r 3542155549e4 -r 0afdaa004ee1 client/app/home/home_controller.js
--- a/client/app/home/home_controller.js Wed May 27 18:58:39 2015 +0200
+++ b/client/app/home/home_controller.js Wed May 27 18:59:55 2015 +0200
@@ -1,32 +1,32 @@
(function(){
- 'use strict';
+ 'use strict';
- angular.module('ammicoHome',['ngRoute'])
- .config(function ($routeProvider) {
- $routeProvider
- .when('/', {
- templateUrl: 'home/home.html',
- controller: 'homeCtrl'
- });
- })
- .controller('homeCtrl', function($scope, $location){
- $scope.searchSubmit = function(){
- $location.path('/search/' + $scope.q);
- };
- })
- .filter('meta', function() {
- return function(input, metaName) {
- var nb = input.length, i = 0, found = false;
- while(found===false && i