Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 1fd010d

Browse files
authored
Merge pull request #256 from bryant1410/master
Fix broken headings in Markdown files
2 parents 8f88273 + 3e5d853 commit 1fd010d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Sometimes you want to (manually/programmatically) show or hide the datepicker, t
179179
```
180180
_tip: you should use this attribute together with `datepicker-toggle="false" , for a better stable behavior of the datepicker_
181181

182-
####Input as grandchild
182+
#### Input as grandchild
183183
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
184184

185185
```html
@@ -235,7 +235,7 @@ Then your final html:
235235

236236
[Live demo](https://720kb.github.io/angular-datepicker)
237237

238-
##Themes :art:
238+
## Themes :art:
239239
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!
240240

241241
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
244244

245245
***_Please note that the example may not be uptodate with the latest angular and/or module version_
246246

247-
##Contributing
247+
## Contributing
248248

249249
We will be much grateful if you help us making this project to grow up.
250250
Feel free to contribute by forking, opening issues, pull requests etc.

themes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
####Create your own theme and put it into a subfolder here.
1+
#### Create your own theme and put it into a subfolder here.
22

33
For example ```/myawesometheme/angular-datepicker.css```

0 commit comments

Comments
 (0)