Currently on the website is only possible to create a custom build using the newest version of angular bootstrap: https://angular-ui.github.io/bootstrap/. I wanted to know if there is a way to create a custom build using an old version (like 0.12.1)?
2 Answers
- Go to Github page of the project, 'gh-pages' branch of 0.12.1 (already selected in this link)
- Click on 'Download ZIP'
- Once downloaded, extract the folder from the ZIP file
- Navigate to the extracted folder
- start a static http server in that folder (if you have npm, localserver should do the trick)
- Open the page in your browser, et voilá!
This is also useful if you want to look at the examples they had for 0.12.1 in the official page
Comments
UI-Bootstrap old versions are available in "Previous docs" dropdown, for example http://angular-ui.github.io/bootstrap/versioned-docs/0.12.1/