Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszWatroba committed Oct 29, 2015
1 parent f15149c commit 4274442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

#### Control

Add `control` attribute and use these methods to control vAccordion from it's parent scope:
Add `control` attribute and use following methods to control vAccordion from it's parent scope:

- `toggle(indexOrId)`
- `expand(indexOrId)`
Expand Down Expand Up @@ -131,7 +131,7 @@ $scope.$on('my-accordion:onReady', function () {

#### Transcluded scope

`$accordion` and `$pane` transcluded scope properties allows you to control the directive from inside.
`$accordion` and `$pane` scope properties allows you to control the directive from it's transcluded scope.

##### $accordion

Expand Down

0 comments on commit 4274442

Please sign in to comment.