diff --git a/README.md b/README.md new file mode 100644 index 0000000..5773f33 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +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: + +```javascript +angular.module('myModule', ['ui.bootstrap']); +```