docs(links): corrected borken links

This commit is contained in:
Misko Hevery
2012-03-13 19:36:09 -07:00
parent ce4b630524
commit 8b8fdddc0b
26 changed files with 127 additions and 138 deletions

View File

@@ -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>
...