From 679e00c066f0ff3625069bf9ae02d9d17c81cbd7 Mon Sep 17 00:00:00 2001 From: birocarol Date: Tue, 22 Mar 2016 11:05:36 +0200 Subject: [PATCH] 32 --- _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 0794226..3ca3cd3 100644 --- a/_posts/2016-03-21-Reisekosten-App-Frontend.md +++ b/_posts/2016-03-21-Reisekosten-App-Frontend.md @@ -195,7 +195,7 @@ To understand a bit better let's take a look on the trips page which is built up ``` -The above html contains a navbar and a simple list of trips. What we notice from the start are the double brackets (e.g. '\{\{ trip.departure \}\}') and directives starting with "ng" prefix. These are the main ways how the template interacts with the controller : +The above html contains a navbar and a simple list of trips. What we notice from the start are the double curly braces (e.g. '\{\{ trip.departure \}\}') and directives starting with "ng" prefix. These are the main ways how the template interacts with the controller : ```javascript (function () {