Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 403 Bytes

bootstrap-bower

If you are using external templates, include ui-boostrap.js.

If you want to use the included default templates, include ui-boostrap-tpls.js. The templates are embedded in the javascript as html strings which are stored in $templateCache.

--

Add ui.bootstrap as a dependency in your application:

angular.module('myModule', ['ui.bootstrap']);