From a2ad641a7551bc06de75c65d87e8d6640fd34ac7 Mon Sep 17 00:00:00 2001 From: Vivian Garcia Date: Mon, 28 Oct 2019 14:10:05 -0400 Subject: [PATCH 1/8] Changed todo names --- todo-src/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo-src/script.js b/todo-src/script.js index fe21743..426a25c 100644 --- a/todo-src/script.js +++ b/todo-src/script.js @@ -3,7 +3,7 @@ var myApp = angular.module('app', []); myApp.controller('MainCtrl', function ($scope){ - $scope.todos = ["Learn Angular", "Learn node"]; + $scope.todos = ["Learning Angular", "Learning node"]; $scope.newItem = ""; $scope.addItem = function(){ From 70509a207bfc8af44217c37a7119190f57712069 Mon Sep 17 00:00:00 2001 From: bVelliquette Date: Mon, 28 Oct 2019 14:15:02 -0400 Subject: [PATCH 2/8] changed background color --- todo-src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo-src/style.css b/todo-src/style.css index cbbae65..69d94b0 100644 --- a/todo-src/style.css +++ b/todo-src/style.css @@ -1,6 +1,6 @@ /* Styles go here */ body { - background: grey; + background: blue; } From 3f2c506539dc882f7aec001a3e3cbdb0b989648c Mon Sep 17 00:00:00 2001 From: MariaWan <43481803+MariaWan@users.noreply.github.com> Date: Mon, 28 Oct 2019 14:18:30 -0400 Subject: [PATCH 3/8] Mariaa --- todo-src/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo-src/script.js b/todo-src/script.js index 426a25c..b4aa8c0 100644 --- a/todo-src/script.js +++ b/todo-src/script.js @@ -7,7 +7,7 @@ myApp.controller('MainCtrl', function ($scope){ $scope.newItem = ""; $scope.addItem = function(){ - console.log("in add"); + console.log("in addition");// Maria if ($scope.newItem !== ""){ $scope.todos.push($scope.newItem); $scope.newItem = ""; From 1befffbeb74fa2125043b5cace9fb7b3efa5ca3d Mon Sep 17 00:00:00 2001 From: DavidSR56 Date: Mon, 28 Oct 2019 14:20:40 -0400 Subject: [PATCH 4/8] I like powderblue --- todo-src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo-src/style.css b/todo-src/style.css index cbbae65..ac5253c 100644 --- a/todo-src/style.css +++ b/todo-src/style.css @@ -1,6 +1,6 @@ /* Styles go here */ body { - - background: grey; + /* Gray is boring */ + background: powderblue; } From 03be79fc9d4aed588d793cb8cf4092e6a81d816b Mon Sep 17 00:00:00 2001 From: Vivian Garcia Date: Mon, 28 Oct 2019 14:25:50 -0400 Subject: [PATCH 5/8] Changed todo names back to original --- todo-src/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo-src/script.js b/todo-src/script.js index 426a25c..9c21c48 100644 --- a/todo-src/script.js +++ b/todo-src/script.js @@ -3,7 +3,7 @@ var myApp = angular.module('app', []); myApp.controller('MainCtrl', function ($scope){ - $scope.todos = ["Learning Angular", "Learning node"]; + $scope.todos = ["Learn Angular", "Learn node"]; $scope.newItem = ""; $scope.addItem = function(){ @@ -33,4 +33,4 @@ myApp.controller('MainCtrl', function ($scope){ * - add a due date * - add reminder (setInterval) * - * *********************/ \ No newline at end of file + * *********************/ From e59293555c9eeba8663f508773781b14968a1175 Mon Sep 17 00:00:00 2001 From: Natalia Lisiecka Date: Mon, 28 Oct 2019 14:32:23 -0400 Subject: [PATCH 6/8] added comment --- todo-src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/todo-src/style.css b/todo-src/style.css index ac5253c..f82df66 100644 --- a/todo-src/style.css +++ b/todo-src/style.css @@ -2,5 +2,6 @@ body { /* Gray is boring */ background: powderblue; + /*hello*/ } From a1a5c4255d89e14899330325326e51a223ac7805 Mon Sep 17 00:00:00 2001 From: camhickey2 Date: Mon, 28 Oct 2019 15:00:00 -0400 Subject: [PATCH 7/8] test commit message --- todo-src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo-src/index.html b/todo-src/index.html index 89203ad..5be5c11 100644 --- a/todo-src/index.html +++ b/todo-src/index.html @@ -10,7 +10,7 @@ -

My little to do app!

+

My little to do app! Test commit by cameron hickey

From 9e6e5b620bd18724df85a019e5a12f6e9bff142a Mon Sep 17 00:00:00 2001 From: camhickey2 Date: Mon, 28 Oct 2019 15:18:06 -0400 Subject: [PATCH 8/8] test commit --- todo-src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo-src/index.html b/todo-src/index.html index 5be5c11..d4102b4 100644 --- a/todo-src/index.html +++ b/todo-src/index.html @@ -10,7 +10,7 @@ -

My little to do app! Test commit by cameron hickey

+

My little to do app! Test commit: Cameron Hickey