Update latest docs content from gdocs

This commit is contained in:
Vojta Jina
2011-06-07 23:13:44 +02:00
committed by Igor Minar
parent e670a812fa
commit e0ee3a0726
8 changed files with 119 additions and 131 deletions

View File

@@ -42,7 +42,7 @@ function PhoneDetailCtrl($xhr) {
$xhr('GET', 'phones/' + self.params.phoneId + '.json', function(code, response) {
self.phone = response;
self.mainImageUrl = response.images;
self.mainImageUrl = response.images[0];
});