X Tutup
Skip to content

Commit c8ee00c

Browse files
committed
Update docs from googledocs
* fixed typo in tutorial step-10 * revert cookbook/buzz example to use googlebuzz user
1 parent 7460a7e commit c8ee00c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/cookbook/buzz.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ to retrieve Buzz activity and comments.
3232
};
3333
</script>
3434
<div ng:controller="BuzzController">
35-
<input name="userId" value="misko.hevery"/>
35+
<input name="userId" value="googlebuzz"/>
3636
<button ng:click="fetch()">fetch</button>
3737
<hr/>
3838
<div class="buzz" ng:repeat="item in activities.data.items">

docs/content/tutorial/step_10.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ angular's server}.
113113

114114
* Let's add a new controller method to `PhoneCatCtrl`:
115115

116-
this.hello(name) = function(name) {
116+
this.hello = function(name) {
117117
alert('Hello ' + (name || 'world') + '!');
118118
}
119119

0 commit comments

Comments
 (0)
X Tutup