docs(guide/bootstrap): fix missing ngController in example

This commit is contained in:
jeffavis
2014-09-17 13:46:17 -04:00
committed by Brian Ford
parent 53e6590e88
commit 3da5847500

View File

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