From ef94fca7ed0738d28553bb2a0e65a9be63edf40c Mon Sep 17 00:00:00 2001 From: birocarol Date: Fri, 18 Mar 2016 11:18:15 +0200 Subject: [PATCH] 15 --- _posts/2016-03-15-Reisekosten-App-Frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-03-15-Reisekosten-App-Frontend.md b/_posts/2016-03-15-Reisekosten-App-Frontend.md index 0816d9b..228ddc3 100644 --- a/_posts/2016-03-15-Reisekosten-App-Frontend.md +++ b/_posts/2016-03-15-Reisekosten-App-Frontend.md @@ -322,7 +322,7 @@ Yes, for example implementing hardware backbutton support for Android devices wa })(); ``` -The above is not the simplest code, it migt be improved but for the POC it did a great job. +The above is not the simplest code, it migt be improved, but for the POC it did a great job. Other interesting thing worth to mention is that testing is pretty easy and straightforward using this stack.I will not deail this but it is worth to know that in one day I have managed to set up the environment and write some unit tests for the receiptDetailsController.js using karma.js and one more day took to set up the environment and create some end to end tests using protractor.js.