From d592abf809d50407790decbb03f6adb56fc29f96 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Tue, 22 Mar 2016 17:04:56 +0100 Subject: [PATCH] Update 2016-03-21-Reisekosten-App-Frontend.md Adding link to part 1 --- _posts/2016-03-21-Reisekosten-App-Frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-03-21-Reisekosten-App-Frontend.md b/_posts/2016-03-21-Reisekosten-App-Frontend.md index 2046902..bf5b779 100644 --- a/_posts/2016-03-21-Reisekosten-App-Frontend.md +++ b/_posts/2016-03-21-Reisekosten-App-Frontend.md @@ -11,7 +11,7 @@ header-img: "images/bg-post.jpg" ### What is this about? -This is a blog-post about a proof-of-concept project I have worked on together with my colleague Robert Fitch to find out what it takes to access on-premise data from an internet client. Robert have created the server side API and my role was to create a mobile app which consumes the methods exposed by this API. The technologies used in order to create the app were HTML5, AngularJS, Bootstrap css and Apache Cordova. +This is a blog-post about a proof-of-concept project I have worked on together with my colleague Robert Fitch to find out what it takes to access on-premise data from an internet client. Robert has created the server side API (you can read about it in [part 1](http://dev.haufe-lexware.com/Reisekosten-App/)) and my role was to create a mobile app which consumes the methods exposed by this API. The technologies used in order to create the app were HTML5, AngularJS, Bootstrap css and Apache Cordova. ### Why Apache Cordova?