Adam Bradley
37dd84c6de
fix(view): do not register abstract states
...
Closes #2642
2014-12-07 01:31:09 -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
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
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
Adam Bradley
6a1c53301c
fix(sideMenu): enable menu w/ different historyId back view
2014-12-03 23:28:00 -06:00
Adam Bradley
ab15392f2b
test(viewTitle): ionView title attr test
2014-12-03 08:29:26 -06:00
Adam Bradley
6b4963ea6f
refactor(transition): no timeout after render
2014-12-03 01:57:51 -06:00
Adam Bradley
ab99b13be8
fix(tabs): remove cache=false tab view element
2014-12-02 23:49:36 -06:00
Andrew
cd5aaa5df2
feat(slideBox): add on-slide-start callback
2014-12-01 16:10:53 -07:00
Andrew
0981ba9775
test(slidebox): attr quotes
2014-12-01 14:14:17 -07:00
Andrew
b867caa7ca
test(slideBox): make test slides more contrasted
2014-12-01 14:13:32 -07:00
Andrew
a49e577db8
fix(collectionRepeat): parse collection-item-height/width to int
...
Closes #2633 .
2014-12-01 10:58:44 -07:00
Andrew
e74de97ce2
style(slideBox): cleanup unused vars
2014-12-01 06:56:30 -07:00
Andrew
597e28c957
refactor(slideBox): properly use size of parent, perf increase
2014-11-30 03:14:29 -07:00
Adam Bradley
3e31614fb4
fix(tabs): wrap inline tab content
...
Closes #2637
2014-11-29 22:26:29 -06:00
Arturo
3e0dce73a3
adding tests for both subheaders and subfooters
2014-11-28 16:26:56 -03:00
Adam Bradley
05fb7a09ea
refactor(backButton): separate show/hide logic
2014-11-26 12:46:15 -06:00
Andrew
17d0c5b852
refactor(delegateService): make more DRY, increase perf
2014-11-26 10:11:49 -07:00
Adam Bradley
61916c61bb
fix(delegate): find delegate when multiple parent histories
2014-11-25 09:37:58 -06:00
Adam Bradley
fb81f9704f
fix(disconnect): move scope disconnect before enter
2014-11-24 23:03:30 -06:00
Adam Bradley
03d2f1ca8f
fix(delegate): isActiveScope climb parent scopes
2014-11-24 21:54:02 -06:00
Adam Bradley
a571c7abdf
feat(card): box-shadow update
2014-11-24 18:32:17 -06:00
Adam Bradley
7452d65025
feat(item): create .list-borderless
2014-11-24 14:53:17 -06:00
Adam Bradley
d257c73639
feat(divider): platform specific dividers
2014-11-24 14:38:39 -06:00
Adam Bradley
0c1b23d980
feat(checkbox): checkbox-square/platform updates
2014-11-24 13:37:09 -06:00
Adam Bradley
0951b97f06
fix(delegates): find active instance
2014-11-23 22:42:59 -06:00
Adam Bradley
72167b2a45
fix(title): use defined viewTitle attrs
2014-11-23 01:01:40 -06:00
Adam Bradley
2683ffd075
feat(clearCache): create $ionicHistory.clearCache()
2014-11-21 17:09:55 -06:00
Adam Bradley
60f76b2f01
refactor(navViewController): move view switcher logic
...
Move some of the $ionicViewSwitcher logic into the navViewController so
each ionNavView is capable of updating its own child ionView elements.
2014-11-20 16:12:44 -06:00
Adam Bradley
57bf4f1683
fix(backButton): add .header-item class
...
Add the .header-item class to each of the root child items of a nav
header bar. This gives CSS more power to state what should and should
not be shown during the different states of a transition, specifically
for iOS nav bar transitions.
2014-11-19 12:44:15 -06:00
Adam Bradley
b4e4055a06
refactor(backButton): separate show/enable logic
...
Previously the showBack property was setting if the back button should
or should not be enabled, and it was also used if the back button
should be hidden or not for the view. Changed it so there are now two
concepts, where showBack is visual only, and enableBack determines if
it should show according to $ionicHistory and navigation info.
2014-11-19 11:38:14 -06:00
Andrew
fc3865755f
enhance(slideBox): fix selectedIndex bugs
2014-11-18 10:16:57 -07:00
Adam Bradley
48726297d9
fix(headerBar): pass attrs from ionNavBar
...
Closes #2563
2014-11-18 09:30:14 -06:00
Adam Bradley
6276506d4f
feat(delegateService): create filterFn to find active
2014-11-18 08:46:46 -06:00
Adam Bradley
5ab49b5df8
refactor(viewEvents): create loaded, enter, leave
...
Add to the possible events emitted from the view’s scope,
$ionicView.loaded, $ionicView.enter, $ionicView.leave, in addition to
the existing events.
2014-11-17 13:20:16 -06:00
Adam Bradley
d1a80d4950
fix(tabs): fix goToHistoryRoot
2014-11-16 21:24:59 -06:00
Adam Bradley
4833467d86
fix($ionicHistory): pop duplicate view registers
2014-11-16 00:25:25 -06:00
Adam Bradley
05be19d3ad
test(ionicConfig): update config tests
2014-11-15 12:36:02 -06:00
Adam Bradley
b3d1cc04de
fix(headerBar): view header bars stay under nav bars
2014-11-14 16:09:31 -06:00
Adam Bradley
04cf629fb4
fix($ionicNavBarDelegate): update method names
2014-11-13 21:52:22 -06:00
Adam Bradley
08353f6703
refactor($ionicHistory): add nextViewOptions
2014-11-13 21:14:40 -06:00
Adam Bradley
4ee22dd818
refactor($ionicConfig): separate transition JS
2014-11-13 16:08:09 -06:00
Adam Bradley
b75bd9d8c8
fix(viewController): use $watch instead of $observe
2014-11-13 15:05:15 -06:00
Adam Bradley
9e5caf5983
fix(ionView): observe for attr changes
2014-11-13 14:20:11 -06:00
Adam Bradley
1395513aa4
fix(hideNavBar): send data in $ionicView.beforeEnter
2014-11-13 09:00:07 -06:00
Adam Bradley
49aaed7e7b
fix(menuClose): add resetHistory() to menuClose
2014-11-12 22:22:39 -06:00
Adam Bradley
ba3eefdf8a
feat(menuClose): do not show next back button
...
When navigating to a view from a button/link with the `menuClose`
attribute directive, the back button should not show for the next view.
2014-11-12 12:30:11 -06:00