mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
docs(links): corrected borken links
This commit is contained in:
@@ -21,7 +21,7 @@ controller from the HTML template, as follows:
|
||||
|
||||
<pre>
|
||||
<!doctype html>
|
||||
<html xmlns:ng="http://angularjs.org" ng:controller="MyController" ng:app>
|
||||
<html xmlns:ng="http://angularjs.org" ng-controller="MyController" ng-app>
|
||||
<script src="http://code.angularjs.org/angular.min.js"></script>
|
||||
<body>
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user