Skip to content

Commit 3bc118d

Browse files
committed
Updated autors info and carousel docs
1 parent 885e96e commit 3bc118d

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

AUTHORS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
* [Sergey Akopkokyants](https://github.com/akserg)
44
* [Tõnis Pool](https://github.com/poolik)
55
* [Günter Zöchbauer](https://github.com/zoechi)
6-
* [Francesco Cina] (https://github.com/ufoscout)
7-
* [Neeraj Mittal] (https://github.com/neermitt)
6+
* [Francesco Cina](https://github.com/ufoscout)
7+
* [Neeraj Mittal](https://github.com/neermitt)
8+
* [Robert Schütte](https://github.com/Roba1993)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,4 @@ Use the angular-ui components as descrpied below or in the [demo](http://akserg.
7272
- [Francesco Cina](https://github.com/ufoscout)
7373
- [AngularDart project](https://github.com/angular/angular.dart)
7474
- [Neeraj Mittal](https://github.com/neermitt)
75-
76-
Big thanks to [Robert Schütte](https://github.com/Roba1993) for his improvements of documentation.
75+
- [Robert Schütte](https://github.com/Roba1993)

lib/carousel/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ class CarouselDemo {
4444
}
4545
}
4646
```
47+
48+
Add full address to `your_html.html` into the list of angular trasformers in `pubspec.yaml` file:
49+
50+
```
51+
transformers:
52+
- angular:
53+
html_files:
54+
- .../your_html.html
55+
```

0 commit comments

Comments
 (0)