Adam Bradley
995bdeb824
Merge pull request #3038 from imduffy15/patch-1
...
docs(): remove unrequired comma
2015-02-08 20:02:39 -06:00
Adam Bradley
958d565f1e
style(): jscs updates
2015-02-06 19:03:24 -06:00
Adam Bradley
8ebde73d0b
feat(swipe): iOS swipe to go back
2015-02-06 16:29:50 -06:00
Andrew
c17812444f
style(collectionRepeat): s/leet hax/readable code
2015-02-06 15:17:27 -07:00
Andrew
371007c031
docs(collectionRepeat): remove note about changing your css, we do that for you now
2015-02-06 14:54:02 -07:00
Andrew
34e350b0b7
feat(collectionRepeat): automatically set width/height style to match collection-item-{width,height}
...
Closes #3034 . Closes #1806 .
2015-02-06 14:48:12 -07:00
Andrew
878c81706d
fix($ionicLoading): make hideOnStateChange work if loader is delayed
...
Closes #3022 .
2015-02-06 11:28:51 -07:00
Ian Duffy
64df04e651
Remove unrequired comma
2015-02-05 20:15:44 +00:00
Adam Bradley
658d539e16
chore(): fix borked merge
2015-02-02 21:25:34 -06:00
Adam Bradley
5356cbb2fb
Merge branch 'master' of https://github.com/driftyco/ionic
2015-02-02 21:20:08 -06:00
Adam Bradley
223d89624d
style(): main angular references
2015-02-02 20:49:04 -06:00
Adam Bradley
df791bbcf9
chore(): remove unused $$ionicAttachDrag
2015-02-02 20:30:10 -06:00
Damian Karzon
dd66b7b937
Merge branch 'windows' of https://github.com/dkarzon/ionic into windows
...
Conflicts:
js/angular/service/viewService.js
2015-02-01 08:17:59 +13:00
Damian Karzon
8b4b800f16
Fixed touch scrolling and the js errors on windows
...
Conflicts:
js/angular/service/viewService.js
2015-02-01 08:16:56 +13:00
perry
7913ee0f28
fix(collectionRepeat): properly display sibling elements after a collection-repeat
2015-01-21 16:00:16 -06:00
Adam Bradley
0e11a087a2
refactor(toggle): platform config toggle styles
2015-01-21 12:55:12 -06:00
perry
838996815c
fix(collectionRepeat): Properly calcuate list height and show ion-infinite-scroll. Fixes #2376
2015-01-19 17:24:53 -06:00
Adam Bradley
6f50c87ec3
feat(icons): svg loaders and ionicons v2.0.1
2015-01-15 15:35:12 -06:00
perry
54c27ff85b
feat(scrolling): Allow native scrolling to be configurable, add infinite scroll support for native scrolling
2015-01-14 17:04:42 -06:00
Adam Bradley
b837fb24e2
feat(actionsheet): android style/layout, iOS update
2014-12-31 15:56:29 -06:00
Adam Bradley
2480746f2f
style(): remove unused code
2014-12-31 10:05:02 -06:00
Adam Bradley
71cb2023dc
fix(popover): extend options to modal service
...
Closes #2724
2014-12-15 09:40:58 -06:00
Adam Bradley
69c733a7cb
feat(actionsheet): cssClass option
2014-12-12 22:25:17 -06:00
Adam Bradley
916ff63d46
feat(popup): cssClass option
2014-12-12 22:12:04 -06:00
Adam Bradley
c764c9e5fe
Merge branch 'master' of https://github.com/alextrs/ionic into alextrs-master
2014-12-12 22:05:16 -06:00
Adam Bradley
916b276ba3
fix(popover): default values overwrites options
2014-12-12 22:01:36 -06:00
Adam Bradley
896ae66b34
Merge branch 'master' of https://github.com/zz911/ionic into zz911-master
2014-12-12 21:40:11 -06:00
Adam Bradley
3baa66c313
refactor(delegateService): expose ionic.DelegateService
...
This change makes the DelegateService available on the ionic namespace.
It is useful so external directives can follow the delegate pattern set
by the framework itself.
2014-12-12 20:33:02 -06:00
Adam Bradley
d6bff56445
feat($ionicView.unloaded): emit when view unloaded
2014-12-12 16:27:41 -06:00
Adam Bradley
460dc4fc96
fix(cache): remove between histories using maxCache(0)
2014-12-11 09:15:20 -06:00
Adam Bradley
5392dbac13
refactor(transition): update android transitions
2014-12-10 17:41:25 -06:00
Andrew
2910f508a9
refactor(): put old sliderView back
2014-12-09 14:51:48 -07:00
Adam Bradley
129e69b081
fix(cache): do not cache view after history change
...
If a view is set to not be cached, and it is the first view that was
loaded, and the next navigation was to a different history with its own
ion-nav-views (tabs), then remove the first view. Also allow for the
cache state property to be a string ‘false’ and boolean false.
2014-12-09 10:53:31 -06:00
Adam Bradley
dd71524ed3
fix(popup): release backdrop when multiple popups
2014-12-08 16:56:01 -06:00
Perry Govier
4130c5a1c3
docs(assorted): updating docs for legibility
...
mostly relating to beta 14 related changes
2014-12-08 10:48:30 -06:00
Adam Bradley
7b39bc442e
fix(isActiveScope): find active scope
...
Find a slide box within a modal within the active tab within a side
menu, each history with cached views. Find the active scroll view with
multiple tabs. Find a slide box when the modal is attached to the tabs
controller.
2014-12-08 01:08:19 -06:00
Adam Bradley
37dd84c6de
fix(view): do not register abstract states
...
Closes #2642
2014-12-07 01:31:09 -06:00
Adam Bradley
cf2556b789
Merge pull request #2668 from toychicken/patch-1
...
docs(popover): add fromTemplate() example
2014-12-06 23:48:30 -06:00
Adam Bradley
12bb8de55e
fix(modal): focus on inputs under keyboard
2014-12-06 22:44:02 -06:00
Adam Bradley
4fc92c6ef5
refactor(backButton): update activated state
2014-12-05 14:28:46 -06:00
Andrew
8d7c8903bb
feat($ionicLoading): allow options.hideOnStateChange
...
Closes #2676
2014-12-05 12:39:55 -07:00
Adam Bradley
c86962fbfb
fix(tabs): slide box within modal within tabs
2014-12-05 11:40:00 -06:00
Adam Bradley
3bcda3f2f1
fix(modal): align header title after viewable
2014-12-04 15:11:15 -06:00
Adam Bradley
b1c51ab712
refactor($compileProvider): always add $scope to element
...
Parts of Ionic requires that $scope data is attached to the element. We
do not want to disable adding $scope data to the $element when
$compileProvider.debugInfoEnabled(false) is used.
2014-12-04 12:14:48 -06:00
Adam Bradley
69b1a03dbf
refactor(clickBlock): only use click block when animating
2014-12-04 08:56:20 -06:00
Leigh Garland
96978aee51
Update popover.js
...
Hi, just added an example for the .fromTemplate() method in the docs
2014-12-04 13:27:36 +00:00
Adam Bradley
6a1c53301c
fix(sideMenu): enable menu w/ different historyId back view
2014-12-03 23:28:00 -06:00
Adam Bradley
592a916dec
Merge pull request #2656 from shprink/patch-1
...
docs(ionicConfig): correct ionicConfig example
2014-12-03 08:40:01 -06:00
Adam Bradley
096784984f
fix(clickBlock): cancel pending show if already hidden
2014-12-03 08:03:30 -06:00
Adam Bradley
6b4963ea6f
refactor(transition): no timeout after render
2014-12-03 01:57:51 -06:00