If you have found an issue with angular-bootstrap-switch and want to report it, please make a live demo first
so that the misbehaviour can be reproduced. If you don't know how to do it, simply fork and edit
this plnkr template.
Issues with no live demo can get automatically closed.
Also, make sure to:
- look for similar issues in the repository bug tracker
- specify the
angular-bootstrap-switchversion showing the issue - check if the issue was already fixed in an
alpha/betarelease or in the latest commit of thedevelopbranch (commits on thedevelopbranch don't generate a single file in thebuilddirectory, you need to check against files in thesrcdirectory) - clearly describe how the plugin should be changed to address your request
If you want to submit a Pull Request, please follow the same rules as in Report an Issue, plus all the submission guidelines, coding rules and commit message rules that apply to the main angular.js project.
IMPORTANT: Before submitting your PR, write new tests for it (where applicable) and test everything by running:
$ grunt test-travisPreviously existing tests should never break.