Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.92 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.92 KB

Angular-Bootstrap

Atom Snippets for UI Bootstrap (Bootstrap components for AngularJS). Should work together nicely with the packages angularjs and atom-bootstrap3.

How to use

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!

Examples

uib-btn snippets in action

uib-accordion snippets in action

uib-modal snippets in action

Compatibility

Currently supporting UI Bootstrap Version 1.3.0+ and thus Bootstrap Version 3.0+. Other versions might work but are not tested.

Progress

  • 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)

Contribute

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).