Foxandxss
14037f1633
docs(dropdown): add badges
...
Closes #5132
2015-12-29 13:41:09 +01:00
Foxandxss
fccc9691f9
docs: add explanation for the C badge
...
Closes #5120
2015-12-26 15:25:39 +01:00
Foxandxss
4dba58ddbe
docs: add badge explanations
...
Closes #5100
2015-12-18 22:54:52 -05:00
Wesley Cho
812d47e817
chore: fix recursion error
...
- This fixes an error in Firefox for Linux where too much recursion happens
Closes #5061
Fixes #4977
2015-12-14 13:18:58 -05:00
Foxandxss
3658502c74
chore: add migration guide link to homepage
...
Closes #5037
2015-12-09 10:37:21 +01:00
Foxandxss
62e0761351
chore: bump minimum angular version in homepage
...
Closes #5018
2015-12-05 12:32:03 -08:00
Rob Jacobs
79367b82de
chore(docs): downloads - promote npm
...
In the download modal on the demo page, changed Bower info
to suggest using npm instead.
Closes #4734
2015-10-26 10:46:25 -04:00
Foxandxss
80ede3797f
chore(docs): fix versions-mapping url
2015-10-23 23:04:18 +02:00
Foxandxss
1599cfff9b
chore(accordion): update docs
...
Closes #4700
2015-10-23 21:46:07 +02:00
Foxandxss
a6cb8d37dd
chore(demo): use prefixed
...
Closes #4674
2015-10-21 13:12:45 -07:00
Foxandxss
550ca0f9a7
chore(docs): add docs versioning
...
Fixes #3670
Closes #4646
2015-10-17 20:24:51 +02:00
Wesley Cho
c9ab5f63bf
chore(demo): remove safari 6 fallback
2015-10-08 08:03:26 -07:00
Foxandxss
694a0116e3
chore(demo): use prefixed directives
2015-10-08 14:21:39 +02:00
Foxandxss
e432059aed
chore(demo): use prefix on tabs
...
Closes #4480
2015-09-28 15:59:53 -07:00
Foxandxss
a59caf183d
chore(demo): update collapse to use prefix
...
Closes #4446
2015-09-23 12:04:47 +02:00
FernandoSendMail
bb9fa1a2a5
fix(typeahead): use ng-bind-html
...
- Switches to use `ng-bind-html` from `bind-html-unsafe`
BREAKING CHANGE: This modifies the typeahead to use the the `$sce` service instead when `ngSanitize` is present
Closes #3463
Resolves #4073
2015-08-17 07:14:24 -07:00
Wesley Cho
3c58a7323c
docs(docs): explain the difference between -tpls and not
...
- Add documentation on the difference between `-tpls` and the regular
built scripts
Closes #420
Closes #4125
2015-08-07 11:13:03 +02:00
Martin Brennan
265d429b67
feat(docs): add explanation of eye icon
...
- Add explanation of the eye icon to documentation
Closes #4120
2015-08-05 18:39:51 -07:00
Wesley Cho
cf65a6357c
chore(docs): fix bootlint warnings
...
- Fix bootlint warnings
Closes #3597
Closes #4075
2015-08-02 11:10:25 -07:00
Wesley Cho
a8a22cff06
feat(docs): add ngAnimate Plunker support
...
- Adds support to autogenerated Plunkers to use ngAnimate out the gate
Closes #3648
Closes #4072
2015-08-02 11:09:25 -07:00
Iurii Kucherov
797804cacc
chore(docs): update library size
...
Closes #3842
2015-07-30 09:44:58 -07:00
Chris Chua
fcbc07c689
chore(demo): update AngularJS version requirement
2015-05-02 09:59:26 -07:00
Jesus Rodriguez
7de7a8ea28
chore(tests): update to jasmine 2.x
...
Closes #3469
Implements #3458
2015-04-02 09:57:34 -07:00
Chris Chua
5536e9660e
chore(tests): use angular installed via npm
...
- Avoid maintaining / copying AngularJS source code on our repo.
- Ensures that Travis checks out the latest Angular version and tests
against it.
2015-03-31 09:44:18 -07:00
Diego Domingues
e5f5f75b37
fix(modal): Autofocus corrects the second time that the modal is open
...
element with autofocus attribute when the modal is reopened
Fixes #2802
2015-03-22 17:40:59 -07:00
Chris Chua
d03543ea61
chore(build): add handling for css files
2015-03-19 00:35:42 -07:00
Chris Chua
8e4860f8f0
chore(demo): update demo to include animations
2015-03-19 00:35:42 -07:00
fassetar
f74b9583e6
chore(demo): add favicon.ico
...
Closes #3398
2015-03-17 23:36:06 -07:00
Chris Chua
30a34196d7
demo(all): remove unused variable
2015-03-16 23:39:20 -07:00
Chris Chua
8dc3cffa6c
demo(all): make it work with AngularJS 1.3
...
AngularJS 1.3 seems stricter with controller registration. Previously,
the controller were registered with undefined values but AngularJS 1.2
found them as they were window globals.
Looks like aa0b639 was incomplete. This should fix the rest of the demo app.
Fixes #3394
2015-03-16 23:38:15 -07:00
Rouven Weßling
aa0b6392db
fix(demo): Modify the demo app to play nice with Angular 1.3
...
Fixes #3098
2015-03-15 16:30:08 -07:00
Antoine Pairet
ed5013b331
chore(angular): upgrade angular to version 1.3.13
2015-02-20 21:25:47 +01:00
Chris Chua
390f2bf6b0
fix(build): make custom builds on demo site work
...
Use approach from Twitter Bootstrap. Most of the code is from their customizer.
- use modules in mappings file
- generate concatenated JS
- generate tpl and non-tpl file with banner
- generate zip file for custom builds
- add browser compatibility message
- speed up page by deferring loading of files
- only load the files when needed. Cache them after they're loaded.
Fixes #2960
Fixes #2847
Fixes #2625
Fixes #2489
Fixes #2357
Fixes #2176
Closes #2892
2014-11-14 01:46:12 -08:00
Kyle
eab6daf64b
fix(demo): initial load of fragment URLs
...
Closes #2762
2014-10-27 00:02:43 -07:00
Pawel Kozlowski
b9db670ede
docs: add links to FAQ
2014-10-15 19:45:33 +02:00
Tasos Bekos
192768e109
fix(dropdown): remove C restrictions to avoid conflicts
...
Fixes #2156
Closes #2170
BREAKING CHANGE: Both `dropdown` and `dropdown-toggle` are only attribute directives
Before:
```html
<button class="dropdown-toggle" ...>
```
After:
```html
<button class="dropdown-toggle" dropdown-toggle ...>
```
2014-09-26 09:12:39 -07:00
Chris Chua
1a998c4686
revert(dropdown): remove C restrictions to avoid conflicts"
...
Breaking change shouldn't go into patch release.
This reverts commit 7512b93fec .
Fixes #2757
Fixes #2756
2014-09-26 09:03:05 -07:00
Tasos Bekos
7512b93fec
fix(dropdown): remove C restrictions to avoid conflicts
...
Fixes #2156
BREAKING CHANGES: Both `dropdown` and `dropdown-toggle` are only attribute directives
Before:
```html
<btutton class="dropdown-toggle" ...>
```
After:
```html
<btutton class="dropdown-toggle" dropdown-toggle ...>
```
Closes #2170
2014-07-22 21:28:33 +02:00
Jesus Rodriguez
5b41e47144
refactor(demos): use angular modules
...
Closes #1912
2014-05-04 12:16:32 +02:00
Pawel Kozlowski
a316e3ee07
chore(ngVersion): bump up AngularJS version to 1.2.16
2014-05-03 19:27:07 +02:00
Pawel Kozlowski
ded352c5c1
demo(all): use protocol-less URLs
...
Fixes #2070
Closes #2068
2014-04-19 18:10:53 +02:00
Tasos Bekos
dea67b08b5
chore(demo): fix fork button width
...
Closes #1805
2014-02-15 21:20:14 +01:00
marcellino
4a9dbbef04
fix(demo): Scroll to element on initialization
2014-01-30 22:47:16 +01:00
marcellino
85140f84ab
feat(carousel): Support swipe for touchscreen devices
...
use ng-swipe-* directives. If ngTouch is included, it will be used.
Closes #1686
2014-01-29 11:53:51 -05:00
Pawel Kozlowski
f452969f5d
chore(build): use minified version for the demo site
...
Closes #1682
2014-01-27 20:46:50 +01:00
Pawel Kozlowski
6bc6634cf5
chore(ngVersion): update to 1.2.10
2014-01-25 13:16:10 +01:00
Pawel Kozlowski
ab054c96f8
demo(all): fix demo scrolling issues
...
Fixes #1674
2014-01-25 12:52:07 +01:00
Pawel Kozlowski
a61112de05
demo(all): indicate that we depend on AngularJS 1.2.x
2014-01-18 14:21:47 +01:00
Chris Chua
1b90a72b11
demo(build): make build modal download consistent
...
Closes #1579
2014-01-17 13:32:59 +01:00
Tasos Bekos
566ae7323e
demo(download): fix download process
...
Closes #1572
Closes #1576
2014-01-14 00:54:36 -08:00