Skip to content

herrherrmann/angular-bootstrap-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular UI Bootstrap Snippets for VS Code

Snippets for UI Bootstrap (Bootstrap components for AngularJS). Migrated from my Atom Package angular-bootstrap.

How To Use

In any HTML or JavaScript file simply start typing uib- and you'll see auto-completions.

Tip: Quickly toggle through highlighted placeholders via pressing tab!

Demos

uib-btn snippets in action

uib-modal html snippet in action

uib-modal js snippet in action

Changelog

4.0.7

  • restructured properties to choices (thanks dawnb!)

4.0.6

  • fixed the semi-broken uib-modal-open snippet (JS)
  • added screenshots to the readme

4.0.1

  • initial release (migration from angular-bootstrap 1.0.0).
  • version number is 4.0.1 because I had some hiccups with vsce in the beginning