Skip to content

Commit

Permalink
No need to define the label anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jul 9, 2015
1 parent 7461a64 commit d301650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/API-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
])
```
Expand Down

0 comments on commit d301650

Please sign in to comment.