This commit is contained in:
Foxtrot 2016-04-06 09:37:54 +01:00
parent dfac42092f
commit 1d0de4f58e
No known key found for this signature in database
GPG Key ID: BF3F754F96997E04

View File

@ -67,7 +67,7 @@ Our HTML code should now look like this:
```
<div class="row">
<div ng-controller="ExampleController" class="col-md-12">
{{hello}}
{{ hello }}
</div>
</div>
```