Skip to content

Commit 37ce02c

Browse files
fix(chapter-1): correct typo based on a customer review
1 parent 8e15ebc commit 37ce02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1820EN_01_Code/04 - hierarchy of scopes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script type="text/javascript">
66

77
var WorldCtrl = function ($scope) {
8-
$scope.population = 7000000;
8+
$scope.population = 7000;
99
$scope.countries = [
1010
{name:'France', population:63.1},
1111
{name:'United Kingdom', population:61.8}

0 commit comments

Comments
 (0)