mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-30 18:14:07 +08:00
docs(guide/bootstrap): fix missing ngController in example
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user