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

Commit 3c53b28

Browse files
jeffavisbtford
authored andcommitted
docs(guide/bootstrap): fix missing ngController in example
1 parent 0ba8641 commit 3c53b28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content/guide/bootstrap.ngdoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ Here is an example of manually initializing Angular:
8787
<!doctype html>
8888
<html>
8989
<body>
90-
Hello {{greetMe}}!
90+
<div ng-controller="MyController">
91+
Hello {{greetMe}}!
92+
</div>
9193
<script src="http://code.angularjs.org/snapshot/angular.js"></script>
9294

9395
<script>

0 commit comments

Comments
 (0)