Commit Graph

1208 Commits

Author SHA1 Message Date
Manu Mtz.-Almeida
c78e0d21ec Merge branch 'master' of https://github.com/FdezRomero/ionic 2017-03-23 17:37:44 +01:00
mhartington
4e4e06898a docs(alert): fix input table 2017-03-23 08:44:10 -05:00
Rodrigo Fernández
4fbcda7440 fix(alert): add missing cssClass property for buttons
Commit 46fe1ff53c defined the `AlertButton` interface for the `buttons` array, but it's missing the `cssClass` property as described in the **Button options** section of the docs: http://ionicframework.com/docs/v2/api/components/alert/AlertController/#advanced
2017-03-23 12:52:15 +01:00
Brandy Carney
d3e6b36a28 test(img): fix source path for the img 2017-03-22 15:05:42 -04:00
Manu Mtz.-Almeida
7e9bad5092 perf(content): scrollview magic activated on demand 2017-03-16 20:12:49 +01:00
Manu Mtz.-Almeida
963cdcbe76 feat(split-pane): support for side=right 2017-03-16 19:41:19 +01:00
Manu Mtz.-Almeida
c79bd5ab81 test(date time): datetime without max value 2017-03-16 19:19:31 +01:00
Florian MC [Mint]
7cc617e84e docs(datetime): update docs
Closes #10795
2017-03-16 14:10:48 -04:00
Manu Mtz.-Almeida
74191c3e92 fix(datetime): update selectedIndex according to ngModel value 2017-03-16 16:34:11 +01:00
Manu Mtz.-Almeida
afd99baba0 fix(datetime): respect time limits in hours and minutes
fixes #6850
2017-03-16 00:38:33 +01:00
Mike Hartington
e191321193 fix(slides): simulate touch events for query params (#10579)
* fix(slides): simulate touch events for query params
Slide fail to swipe when platform via query params.
This lets touch events be simulated is ionicPlatform is set.
Closes #10577

* style(remove debug log):
2017-03-15 19:20:03 +01:00
Manu Mtz.-Almeida
c236a4bf4b test(infinite-scroll): nested <ion-infinite-scroll>
references #10507
2017-03-15 19:00:25 +01:00
Manu Mtz.-Almeida
19302a9fbf Merge branch 'ion-infinite-component-fix' of https://github.com/thielCole/ionic 2017-03-15 18:57:51 +01:00
Manu Mtz.-Almeida
cff4c01bf0 test(datetime): adds test for issue #10641 2017-03-15 18:46:09 +01:00
Felix Livni
769e7dc2aa Prefer nested var over nested let 2017-03-15 18:45:22 +01:00
Felix Livni
eff420f4c7 fix(datetime): not always disabling day values when dayValues set 2017-03-15 18:45:22 +01:00
Manu Mtz.-Almeida
999efaca9a fix(virtual-list): works with infinite-scroll
fixes #9350
fixes #9722
fixes #9247
fixes #10778
2017-03-15 17:38:31 +01:00
Manu Mtz.-Almeida
1222c56d23 Merge branch 'feature/fixVirtualScrollDissapearing' of https://github.com/masimplo/ionic into fix-virtual-list2 2017-03-15 17:11:14 +01:00
Manu Mtz.-Almeida
505ee58407 Merge branch '10590-alert-input-min-max-attributes' of https://github.com/TomDemulierChevret/ionic
# Conflicts:
#	src/components/alert/alert-component.ts
#	src/components/alert/alert-options.ts
2017-03-15 17:03:30 +01:00
Manu Mtz.-Almeida
1efc4aea0f style(range): removes trailing white spaces 2017-03-15 16:56:27 +01:00
Amit Moryossef
8f310eba4a feat(range): add ionFocus and ionBlur events (#10761)
* Added ionLeave output event to be emitted on leave

* Changed `ionLeave` to `ionDragEnd`

* Changed ionDragEnd to ionBlur. Added ionFocus
2017-03-15 16:54:35 +01:00
Manu Mtz.-Almeida
46fe1ff53c fix(alert): inputs have id
fixes #10603
2017-03-15 16:48:15 +01:00
Manu Mtz.-Almeida
aa287ce56f Merge branch 'select-floating-label' of https://github.com/imgx64/ionic 2017-03-15 15:12:28 +01:00
Manu Mtz.-Almeida
e53bad1bc3 docs(infinity-scroll): algorithm used when position is Top 2017-03-15 15:06:42 +01:00
Job
6918275bd3 feat(infinite): add scroll in opposite direction (#8099)
* feat(infinite): add scroll in opposite direction

fixes

* test(infinite-scroll): opposite direction e2e test

* fix(infinite-scroll): keep scroll position

* feat(content): scroll down on load

* fix(infinite-scroll): scroll the content down on load

* Requested changes
2017-03-15 14:58:45 +01:00
Manu Mtz.-Almeida
f9f9a1b441 test(content): fix unit test by using new elementRef api 2017-03-14 22:14:01 +01:00
Manu Mtz.-Almeida
7a9f88fcda Merge branch 'refactor-content2' of https://github.com/manucorporat/ionic 2017-03-14 21:43:22 +01:00
Ibrahim Ghazal
8c483f2529 fix(select): make floating labels work for ion-select
fixes #10751
2017-03-14 12:42:12 +03:00
alex-pl
446e468b59 docs(split-pane): copy editing (#10708)
Fixed typo in word "also".
2017-03-10 10:41:32 -05:00
Adam Bradley
67cbcdea3b chore(toolbar): move button strong to toolbar sass property 2017-03-09 09:35:59 -06:00
Manu Mtz.-Almeida
ba3530657b fix(picker): selectionIndex always initialized 2017-03-08 23:44:15 +01:00
Manu Mtz.-Almeida
f4c9ba6614 test(datetime): min/max failing cases 2017-03-08 23:44:15 +01:00
Manu Mtz.-Almeida
62bf2bee28 style(infinite-scroll): add missing type 2017-03-08 23:44:15 +01:00
Manu Mtz.-Almeida
5b1126f7f2 style(slides): adds missing final linebreak 2017-03-08 23:44:15 +01:00
Sergii Stotskyi
84e25a17c2 feat(infinite-scroll): add waitFor method to InfiniteScroll
This allows to use `$event.waitFor(request())` inside template within `infinite` event. So that, user components do not depend on InifiniteScroll inside javascript.
2017-03-08 23:44:15 +01:00
patricknolan
30980b6798 fix(toggle/checkbox): trigger ui update when using virtalScroll with
Angular Reactive Forms
2017-03-08 23:44:15 +01:00
Ahmad Amri
e90d692b1f fix(slides): fix rtl support.
- fix rtl functionalities in slides when attribute (dir=“rtl”) added to
ion-slides.
- e2e test added: ‘slides/test/rtl’
2017-03-08 23:44:15 +01:00
Manu Mtz.-Almeida
bee75f7d00 feat(overlay): method chaining pattern to configure overlays 2017-03-08 23:44:15 +01:00
Manu Mtz.-Almeida
d538245178 fix(range): knob B can only be actived if range is dual 2017-03-08 23:44:15 +01:00
Manu Mtz.-Almeida
b541832749 fix(range): bar width works as expected
fixes  #10150
2017-03-08 23:44:15 +01:00
Mohsen Sarkar
05859dba40 fix(searchbar): add IE support
remove() as a method on HTMLElements is not supported on IE.
2017-03-08 23:44:15 +01:00
Felix Livni
58beea30f5 fix(datetime): picker.refresh() in generate(...) called too early 2017-03-08 23:44:15 +01:00
Manu Mtz.-Almeida
88a7f3e1c5 test(toolbar): fix model header 2017-03-06 22:28:21 +01:00
mhartington
a4748fca69 docs(splitPane): add split-pane docs 2017-03-06 13:24:07 -05:00
Manu Mtz.-Almeida
e56bad9977 fix(menu): menuToggle always visible outside navbar 2017-03-06 17:58:12 +01:00
Manu Mtz.-Almeida
8b3991cc78 fix(tabs): reverts 9e4c3a6e3e 2017-03-06 17:23:07 +01:00
Tom Demulier
b53219a67c feat(alert): add attributes min & max to alert inputs of type number 2017-03-06 09:55:03 +01:00
Manu Mtz.-Almeida
61a5317b25 fix(ViewController): nav must be set as soon as possible
fixes regression in 5a4c6093a7
fixes #10654
2017-03-05 16:00:47 +01:00
Manu Mtz.-Almeida
1dd88830f9 fix(refresher): events manager must not be destroyed (part 2)
fixes #10652
2017-03-05 14:41:14 +01:00
Manu Mtz.-Almeida
930869476a fix(refresher): events manager must not be destroyed
fixes #10652
2017-03-05 12:30:52 +01:00