Atom Snippets for UI Bootstrap (Bootstrap components for AngularJS). Should work together nicely with the packages angularjs and atom-bootstrap3.
In any HTML or JavaScript file simply start typing uib-
. Depending on your configuration of the autocomplete-plus package you'll see auto-completions and you can insert the snippets via pressing enter and/or tab.
Tip: Quickly toggle through placeholders via pressing tab!
Currently supporting UI Bootstrap Version 1.3.0+ and thus Bootstrap Version 3.0+. Other versions might work but are not tested.
- Accordion
- Alert
- Button
- Carousel
- Collapse
- Dateparser
- Datepicker
- DatepickerPopup
- Dropdown
- Modal
- Pager
- Pagination
- Popover
- Position
- Progressbar
- Rating
- Tabs
- Timepicker
- Tooltip
- Typeahead
- JS Snippets (e.g. modal settings, datepicker-options and callbacks)
If you encounter an error or just want to improve the package, just open an issue or directly create a pull request! When adding snippets, please make sure to use senseful examples (that's usually a mix of the official Angular UI Bootstrap Reference and the Bootstrap Reference).