mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-03 07:04:58 +08:00
Update docs from googledocs
* fixed typo in tutorial step-10 * revert cookbook/buzz example to use googlebuzz user
This commit is contained in:
@@ -113,7 +113,7 @@ angular's server}.
|
||||
|
||||
* Let's add a new controller method to `PhoneCatCtrl`:
|
||||
|
||||
this.hello(name) = function(name) {
|
||||
this.hello = function(name) {
|
||||
alert('Hello ' + (name || 'world') + '!');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user