Commit Graph

3314 Commits

Author SHA1 Message Date
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
3615656586 Merge branch 'master' of https://github.com/driftyco/ionic 2014-11-17 22:52:17 -06:00
Adam Bradley
48f62b70cd docs(ionView): update event/caching info 2014-11-17 22:51:33 -06:00
Adam Bradley
0729d26104 Merge pull request #2552 from taivo/master
chore(scss): removed duplicate $tabs-text-font-size
2014-11-17 22:22:40 -06:00
Adam Bradley
b136b162e6 docs(view): view lifecycle and events 2014-11-17 14:28:56 -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
mhartington
acf3822ae2 docs(ionicConfig): update navBar config 2014-11-17 13:37:20 -05:00
mhartington
2eb6726571 docs(ionicConfig): added navBar config 2014-11-17 13:31:37 -05:00
Adam Bradley
70e43ac7ad refactor(uiRouter): updates for Angular v1.3 2014-11-16 23:12:53 -06:00
Adam Bradley
be28ac8f90 chore($ionicViewService): deprecate 2014-11-16 22:14:15 -06:00
Adam Bradley
d1a80d4950 fix(tabs): fix goToHistoryRoot 2014-11-16 21:24:59 -06:00
Adam Bradley
288de521e5 Merge pull request #2558 from mallzee/slide-drag-clear
fix(SlideDrag): clears drag when list is scrolled or new drag starts
2014-11-16 13:16:47 -06:00
Adam Bradley
4833467d86 fix($ionicHistory): pop duplicate view registers 2014-11-16 00:25:25 -06:00
Adam Bradley
21d4af8cf9 chore(navBarController): deprecate methods w/ warnings 2014-11-15 15:11:46 -06:00
Jamie Sutherland
41d85f7a0a fix(SlideDrag) clears drag when list is scrolled or new drag starts
This also fixes the broken $ionicListDelegate.clearOptionButtons() method.

Makes lists feel more natural inline with iOS functionality and fixes issues
with using ion-option-buttons with collection repeat
2014-11-15 20:24:19 +00:00
Adam Bradley
05be19d3ad test(ionicConfig): update config tests 2014-11-15 12:36:02 -06:00
Adam Bradley
0ecbf801b2 refactor(transition): remove navBar.transition config 2014-11-15 12:32:49 -06:00
Adam Bradley
b3d1cc04de fix(headerBar): view header bars stay under nav bars 2014-11-14 16:09:31 -06:00
Adam Bradley
6cc8fdd77f docs(navView): update caching docs 2014-11-14 14:53:28 -06:00
mhartington
35b145bba6 docs(ionicCaching): enabling/disabling caching of views 2014-11-14 15:02:54 -05:00
Drew Rygh
94c6b42b02 docs(loading): add missing documentation for passing scope
Closes #1982
2014-11-14 10:58:53 -06:00
Adam Bradley
ef9ab2ad86 docs($ionicHistory): add docs 2014-11-14 10:09:26 -06:00
Adam Bradley
04cf629fb4 fix($ionicNavBarDelegate): update method names 2014-11-13 21:52:22 -06:00
taivo
ad0548a34d removed duplicate $tabs-text-font-size 2014-11-13 19:16:15 -08:00
Adam Bradley
08353f6703 refactor($ionicHistory): add nextViewOptions 2014-11-13 21:14:40 -06:00
Adam Bradley
6b4cde3098 docs($ionicNavBarDelegate): update to use title() 2014-11-13 16:20:40 -06:00
Adam Bradley
4ee22dd818 refactor($ionicConfig): separate transition JS 2014-11-13 16:08:09 -06:00
Adam Bradley
e3f51ca8d0 fix(tabs): android tabs stay under 2nd view 2014-11-13 15:25:58 -06:00
Adam Bradley
b75bd9d8c8 fix(viewController): use $watch instead of $observe 2014-11-13 15:05:15 -06:00
Adam Bradley
ed8bd94fc6 fix(navViewController): create navBarCtrl.title 2014-11-13 14:30:57 -06:00
Adam Bradley
9e5caf5983 fix(ionView): observe for attr changes 2014-11-13 14:20:11 -06:00
Adam Bradley
18b6e23ba9 docs(menuClose): update description 2014-11-13 10:51:29 -06:00
Adam Bradley
8e6ebc6138 docs($ionicConfigProvider): update text 2014-11-13 10:29:47 -06:00
Jamie Sutherland
09247f1237 fix(slideBox): allow disable dragging on slide boxes
Fixes #2436. Closes #2457.

$ionicSlideBoxDelegate.enableSlide(false) was not working due to a missing onDragStart function being passed to the ionicAttachDrag service
2014-11-13 08:57:32 -07:00
Adam Bradley
1a295f1455 docs(ionView): $ionicView events 2014-11-13 09:38:02 -06:00
Adam Bradley
1395513aa4 fix(hideNavBar): send data in $ionicView.beforeEnter 2014-11-13 09:00:07 -06:00
Adam Bradley
6a09929949 docs(): add navDirection/navTransition to menu 2014-11-13 08:56:24 -06:00
Adam Bradley
49aaed7e7b fix(menuClose): add resetHistory() to menuClose 2014-11-12 22:22:39 -06:00
Adam Bradley
6ea73e6f82 refactor(colors): update ionic default colors 2014-11-12 14:39:52 -06:00
Adam Bradley
26dd67822a chore(viewContainer): add position absolute 2014-11-12 14:05:07 -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
Adam Bradley
baf98a132e refactor(colors): update default ionic colors 2014-11-12 11:24:07 -06:00
Adam Bradley
786c6d9749 feat($ionicConfig): chaining config properties 2014-11-12 11:19:08 -06:00
Adam Bradley
3c4f15c748 fix(listView): unchecked null pointer 2014-11-12 09:42:50 -06:00
Adam Bradley
a481f5176f docs(navBarDelegate): update available methods 2014-11-12 09:15:21 -06:00
Adam Bradley
25dddce617 feat(goBack): add $ionicHistory.goBack() 2014-11-12 09:03:02 -06:00
Adam Bradley
5d6a33c1db style(*): jscs linter updates to nav improvements 2014-11-11 23:04:33 -06:00
Adam Bradley
2b23957558 fix(nav): correct element structure for nav-vew
Ensure that the entering view template is contained by one element, and
that one element has the `pane` class.
2014-11-11 21:48:11 -06:00