We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7460a7e commit c8ee00cCopy full SHA for c8ee00c
docs/content/cookbook/buzz.ngdoc
@@ -32,7 +32,7 @@ to retrieve Buzz activity and comments.
32
};
33
</script>
34
<div ng:controller="BuzzController">
35
- <input name="userId" value="misko.hevery"/>
+ <input name="userId" value="googlebuzz"/>
36
<button ng:click="fetch()">fetch</button>
37
<hr/>
38
<div class="buzz" ng:repeat="item in activities.data.items">
docs/content/tutorial/step_10.ngdoc
@@ -113,7 +113,7 @@ angular's server}.
113
114
* Let's add a new controller method to `PhoneCatCtrl`:
115
116
- this.hello(name) = function(name) {
+ this.hello = function(name) {
117
alert('Hello ' + (name || 'world') + '!');
118
}
119
0 commit comments