You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ Sometimes you want to (manually/programmatically) show or hide the datepicker, t
179
179
```
180
180
_tip: you should use this attribute together with `datepicker-toggle="false" , for a better stable behavior of the datepicker_
181
181
182
-
####Input as grandchild
182
+
####Input as grandchild
183
183
Sometimes you cannot put date input as a first child of datepicker. In this case you may use `selector=""` to point to the CSS class of the input. Below example with using Twitter Bootstrap and FontAwesome
You can edit the default Css file `angular-datepicker.css` if you want to make a new theme for the datepicker, then just add it to the ```themes``` dir and PR!
240
240
241
241
More about it https://github.com/720kb/angular-datepicker/tree/master/themes.
@@ -244,7 +244,7 @@ Here is an example of a [Dark Theme](http://codepen.io/45kb/pen/bjslv) made usin
244
244
245
245
***_Please note that the example may not be uptodate with the latest angular and/or module version_
246
246
247
-
##Contributing
247
+
##Contributing
248
248
249
249
We will be much grateful if you help us making this project to grow up.
250
250
Feel free to contribute by forking, opening issues, pull requests etc.
0 commit comments