From c8ee00cb2bfffcc25fdfc14c56b5b82cf71284d5 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Thu, 16 Jun 2011 16:27:46 +0200 Subject: Update docs from googledocs * fixed typo in tutorial step-10 * revert cookbook/buzz example to use googlebuzz user --- docs/content/tutorial/step_10.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial') diff --git a/docs/content/tutorial/step_10.ngdoc b/docs/content/tutorial/step_10.ngdoc index 510eacd4..b4f0370d 100644 --- a/docs/content/tutorial/step_10.ngdoc +++ b/docs/content/tutorial/step_10.ngdoc @@ -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') + '!'); } -- cgit v1.2.3