From d301650d1fbf6709785fd957528c91305adb5cdc Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Thu, 9 Jul 2015 11:01:14 +0200 Subject: [PATCH] No need to define the label anymore --- doc/API-mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/API-mapping.md b/doc/API-mapping.md index c926cf42..bd58dae0 100644 --- a/doc/API-mapping.md +++ b/doc/API-mapping.md @@ -93,7 +93,7 @@ app.config(function(RestangularProvider) { ```js listView.fields([ nga.field('name'), - nga.field('author.name').label('Author name') + nga.field('author.name') ]) ```