Skip to content

Commit

Permalink
Update ngrest-plugins.md (#1915)
Browse files Browse the repository at this point in the history
There is an mystype in renderList method
  • Loading branch information
Antikon authored and nadar committed Aug 27, 2019
1 parent 431643d commit 86927a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ngrest-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class TestPlugin extends Plugin
{
public function renderList($id, $ngModel)
{
$this->createListTag($id, $ngModel);
$this->createListTag($ngModel);
}

public function renderUpdate($id, $ngModel)
Expand Down

0 comments on commit 86927a6

Please sign in to comment.