Skip to content

Commit da0c5ef

Browse files
mjhamm75btford
authored andcommitted
docs(guide/bootstrap): fix example
1 parent c280d5a commit da0c5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/bootstrap.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Here is an example of manually initializing Angular:
9090
<!doctype html>
9191
<html>
9292
<body>
93-
Hello {{'World'}}!
93+
Hello {{greetMe}}!
9494
<script src="http://code.angularjs.org/snapshot/angular.js"></script>
9595

9696
<script>

0 commit comments

Comments
 (0)