Adam Bradley
9f4faa4aa4
fix(slidebox): add delegate filter
2014-12-10 08:25:44 -06:00
Perry Govier
f2705c6376
test(header): remove describe iit
2014-12-09 18:04:55 -06:00
Perry Govier
3c330bc030
amend(header): fix for has-tabs-top false positive
2014-12-09 17:51:01 -06:00
Andrew
2910f508a9
refactor(): put old sliderView back
2014-12-09 14:51:48 -07:00
Adam Bradley
c35d69115e
refactor(scrollView): do not update if not rendered
2014-12-09 15:27:06 -06:00
Perry Govier
6410e1ff62
Merge branch 'master' of github.com:driftyco/ionic
2014-12-09 13:24:34 -06:00
Perry Govier
11e1bab0e0
fix(header): remove bottom border when footer has tabs-top
2014-12-09 13:24:27 -06: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
Perry Govier
49c861df5b
Merge branch 'master' of github.com:driftyco/ionic
2014-12-08 19:39:36 -06:00
Perry Govier
b75708ad5c
fix(tabs): corrected default tabs-striped colors
2014-12-08 19:36:36 -06:00
Adam Bradley
dd71524ed3
fix(popup): release backdrop when multiple popups
2014-12-08 16:56:01 -06:00
Adam Bradley
5c1d0fa2b7
fix(bar): do not disable pointer-events in nav-bar
2014-12-08 15:52:36 -06:00
Adam Bradley
14292a4186
refactor(tabs-striped): remove bottom box-shadow
2014-12-08 14:06:17 -06:00
Adam Bradley
e53581b805
fix(header): update title align after rAF
2014-12-08 12:03:08 -06:00
Adam Bradley
1a785afb0a
refactor(slideBox): work w/ parent scope disconnect
2014-12-08 11:24:46 -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
8ec3979ce5
fix(slideBox): disable autoPlay when disconnected
2014-12-08 01:59:24 -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
9f1f86d18b
Merge pull request #2608 from pauljandrew/patch-1
...
docs(platform): version is a number
2014-12-06 21:19:24 -06:00
Adam Bradley
90a96bd120
Merge branch 'master' of https://github.com/driftyco/ionic
2014-12-06 21:15:29 -06:00
Adam Bradley
9289f9ccd9
style(): set $bar-height to $bar-subheader-height
2014-12-06 21:15:20 -06:00
Adam Bradley
45fb47fd2e
Merge branch 'arturokunder-variable-subheader-height'
2014-12-06 21:12:37 -06:00
Adam Bradley
871f79541c
Merge branch 'variable-subheader-height' of https://github.com/arturokunder/ionic into arturokunder-variable-subheader-height
2014-12-06 21:09:40 -06:00
Adam Bradley
da8dadd8e1
Merge pull request #2669 from kevnk/patch-1
...
style(): use $button-border-radius on button-bar buttons
2014-12-06 21:01:40 -06:00
Adam Bradley
4fc92c6ef5
refactor(backButton): update activated state
2014-12-05 14:28:46 -06:00
Andrew
4986a42bd7
test(): remove ddescribe
2014-12-05 12:40:35 -07:00
Andrew
8d7c8903bb
feat($ionicLoading): allow options.hideOnStateChange
...
Closes #2676
2014-12-05 12:39:55 -07:00
Max Lynch
6edebbb689
feat(tabs): add active color state
2014-12-05 12:10:15 -06: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
Andrew
8fe58b4a24
amend(slideBox): check index validity when select happens
2014-12-04 13:42:17 -07:00
Andrew
ee1d5d9ce8
fix(slideBox): if selected binding is string, parse to integer
2014-12-04 13:33:21 -07:00
Max Lynch
e44c2b5228
Fixed cheeky assignment
2014-12-04 14:14:22 -06:00
Max Lynch
f471f56f74
feat(platforms): allow overriding platform in querystring
2014-12-04 14:10:14 -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
Kevin Kirchner
41ef7bf262
Using $button-border-radius on button-bar buttons
2014-12-04 07:29:59 -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
74cc98039b
fix(navBar): calc correct button width before enter
2014-12-03 22:41:53 -06:00
Max Lynch
86ea0473ef
fix(bar): move font weight to variable
2014-12-03 17:38:45 -06:00
Max Lynch
48087e4ebf
fix(bar): fix title font weight
2014-12-03 17:37:14 -06:00
Max Lynch
05e3ab305e
fix(tabs): Fixed font sizes
2014-12-03 17:21:38 -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
ab15392f2b
test(viewTitle): ionView title attr test
2014-12-03 08:29:26 -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