thenikso / angular-flexslider

AngularJS directive to use Woothemes' FlexSlider jQuery plugin.
MIT License
189 stars 100 forks source link

Casing of property names in the readme #52

Closed umpirsky closed 9 years ago

umpirsky commented 9 years ago

In README there are properties documented.

I tried for example startAt="3" and it didn't worked. I almost gave up when I tried start-at="3" and it worked.

Looks like README needs an update?

thenikso commented 9 years ago

There is a note in the "properties" section saying:

For example, the property controlNav can be specified via the attribute control-nav.

The properties names reported are the one from flexslider itself.

umpirsky commented 9 years ago

@thenikso Oh, my bad, sorry, missed that. Thanks.

thenikso commented 9 years ago

:+1: