Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 92a10d8

Browse files
mjhamm75btford
authored andcommitted
docs(guide/bootstrap): fix example
1 parent dfd2284 commit 92a10d8

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
@@ -86,7 +86,7 @@ Here is an example of manually initializing Angular:
8686
<!doctype html>
8787
<html>
8888
<body>
89-
Hello {{'World'}}!
89+
Hello {{greetMe}}!
9090
<script src="http://code.angularjs.org/snapshot/angular.js"></script>
9191

9292
<script>

0 commit comments

Comments
 (0)