Skip to content

Commit 2919071

Browse files
committed
Fixed wrong reference address to carousel component
1 parent 28b7b53 commit 2919071

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use the angular-ui components as descrpied below or in the [demo](http://akserg.
5050
- Datepicker (partially implemented)
5151
- Tabs
5252
- Drag and Drop support
53-
- [Carousel](https://github.com/Roba1993/angular.dart.ui/tree/master/lib/carousel)
53+
- [Carousel](https://github.com/akserg/angular.dart.ui/tree/master/lib/carousel)
5454
- Timepicker
5555
- Pagination
5656
- Tooltip

lib/carousel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class CarouselDemo {
4545
}
4646
```
4747

48-
Add full address to `your_html.html` into the list of angular trasformers in `pubspec.yaml` file:
48+
Add full URL address to `your_html.html` into the list of angular trasformers in `pubspec.yaml` file:
4949

5050
```
5151
transformers:

0 commit comments

Comments
 (0)