Skip to content

Commit bebc5f2

Browse files
Add alwaysFill to doc
1 parent 351c9ac commit bebc5f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Full angularJS carousel
2929
loop="conf.loop"
3030
min-width="conf.minWidth"
3131
expand="conf.expand"
32+
alwaysFill="conf.alwaysFill"
3233
transition-duration="conf.transitionDuration"
3334
before-slide="conf.beforeSlide"
3435
after-slide="conf.afterSlide">
@@ -77,12 +78,11 @@ Default configuration is :
7778
beforeSlide: null,
7879
minWidth: null,
7980
expand: true,
81+
alwaysFill: true,
8082
swipeThreshold: 100
8183
};
8284
```
8385

8486
## Todo
8587

86-
- Fade animation
87-
- add code sample to online doc
8888
- add tests

0 commit comments

Comments
 (0)