File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ optional:
6868 * bootstrap's dropdown component (` dropdowns.less ` or ` bootstrap.css ` )
6969 * bootstrap's javascript (` bootstrap.js ` )
7070
71- #Testing
71+ # Testing
7272This directive was written using TDD and all enhancements and changes have related tests.
7373
7474We use karma and jshint to ensure the quality of the code. The easiest way to run these checks is to use gulp:
@@ -81,7 +81,7 @@ npm test
8181The karma task will try to open Chrome as a browser in which to run the tests.
8282Make sure Chrome is available or change the browsers setting in karma.config.js
8383
84- #Usage
84+ # Usage
8585We use npm for dependency management, run
8686
8787``` shell
@@ -486,7 +486,7 @@ This view allows the user to select a specific time of day, in the selected hour
486486By default, the time is displayed in 5 minute increments. The <code >minuteStep</code > property controls the increments of time displayed.
487487If the minute view is the minView, which is is by default, the date will be set to the beginning of the hour on the day selected.
488488
489- ##Contributing
489+ ## Contributing
490490
491491See [ Contributing.md] ( https://github.com/dalelotts/angular-bootstrap-datetimepicker/blob/master/.github/contributing.md )
492492
You can’t perform that action at this time.
0 commit comments