Skip to content

Commit

Permalink
render partial functional added
Browse files Browse the repository at this point in the history
  • Loading branch information
igogo5yo committed Jul 24, 2016
1 parent 228c6bb commit 62f677a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ also you can use partial rendering
'slides' => ['img1.jpg', 'img3.jpg', 'img3.jpg']
],
'wrapper' => [
'innerRenders' => $this->penderManyPartial([
'innerRenders' => $this->renderManyPartial([
'innerView1' => [
'param1' => 'some data 1'.
'param2' => 'some data 2'
Expand Down

0 comments on commit 62f677a

Please sign in to comment.