docs(guide/bootstrap): fix example

This commit is contained in:
Jason Hamm
2014-07-09 09:51:49 -06:00
committed by Brian Ford
parent c280d5ab02
commit da0c5efa72

View File

@@ -90,7 +90,7 @@ Here is an example of manually initializing Angular:
<!doctype html>
<html>
<body>
Hello {{'World'}}!
Hello {{greetMe}}!
<script src="http://code.angularjs.org/snapshot/angular.js"></script>
<script>