1109 Commits

Author SHA1 Message Date
f199e65767 fix(nav-controller): insert should return a promise 2015-10-08 20:42:33 -05:00
79185044f3 make some NavController methods private 2015-10-08 20:42:33 -05:00
0ef061c232 feat(focusOut): ability to blur focused element, close keyboard 2015-10-08 20:08:17 -05:00
fa499e00c8 fix(item-group-title): no content required 2015-10-08 16:37:18 -05:00
2eaec4ca96 Merge branch 'master' of github.com:driftyco/ionic2 2015-10-08 15:36:33 -06:00
e30421645b Style(item-group): Fix spacing for code 2015-10-08 15:36:26 -06:00
f0dddefb49 NavController setRoot test 2015-10-08 16:25:48 -05:00
79031d3b2a NavController insert test 2015-10-08 16:19:54 -05:00
f1387c2cd4 Componet -> Component 2015-10-08 16:03:25 -05:00
e7f55042bd navController setViews test 2015-10-08 15:54:32 -05:00
b9ae06d442 refactor(input): improve focus handling, alpha39 fixes 2015-10-08 15:50:29 -05:00
c2d56d8623 refactor(padding): changed padding to attributes
Updated demos. Closes #266
2015-10-08 15:15:20 -04:00
b07a3760e5 refactor(search-bar): Added JS to calculate the margin of the iOS cancel button
References #247
2015-10-08 14:04:23 -04:00
a1155b4663 update nav-controller tests to angular test methods 2015-10-08 12:30:30 -05:00
c3eed60d22 :derp: missing comma 2015-10-08 09:36:43 -05:00
f3eca12f6d fix(item): sliding item updates 2015-10-08 09:18:00 -05:00
9bf2ad4fb6 NavController tests 2015-10-07 22:21:06 -05:00
f8cc44e4cf chore(NavController): make zone private 2015-10-07 16:47:16 -05:00
1b20b65f0a refactor(NavController): pass in DI 2015-10-07 16:43:46 -05:00
013389d7ca fix(searchbar): set directives 2015-10-07 15:07:50 -05:00
c657bb6d6a alpha39 updates/hacks
Conflicts:
	ionic/components/search-bar/search-bar.ts
	ionic/config/decorators.ts
2015-10-07 14:57:58 -05:00
9fc63fe17d rename lifecycle events view -> page 2015-10-07 14:46:18 -05:00
a3da0fa68f update api docs to say page instead of view 2015-10-07 14:37:19 -05:00
613b438746 update NavRegistry views -> pages 2015-10-07 14:23:16 -05:00
02f04c7322 Merge branch 'master' into alpha38
Conflicts:
	ionic/config/decorators.ts
2015-10-07 13:56:16 -05:00
26e3554d56 rename IonicView to Page 2015-10-07 13:44:53 -05:00
ea2647123a change .item-text-wrap css class to [text-wrap] attr 2015-10-07 11:15:54 -05:00
141078f979 fix(popup): hide prompt on alert and confirm 2015-10-07 11:10:38 -05:00
bdaed1b2ca Merge branch 'master' into alpha38
Conflicts:
	ionic/components/search-bar/search-bar.ts
	ionic/config/decorators.ts
2015-10-07 10:59:15 -05:00
0be37b201f rename IonicComponent to ConfigComponent 2015-10-07 10:54:28 -05:00
1befe94802 alpha39 updates 2015-10-07 10:51:08 -05:00
19aa828846 :derp: console logs 2015-10-07 09:31:04 -05:00
ce6dbd1ee2 feat(blur): iOS Blur Directive 2015-10-07 09:28:01 -05:00
a960069d01 tests(inputs): update e2e switch/checkbox/radio 2015-10-06 22:49:32 -05:00
f7bed3e098 fix(textInputs): register components, don't use Query 2015-10-06 22:20:40 -05:00
d0a077c535 Merge branch 'master' into alpha38 2015-10-06 20:38:12 -05:00
50b6fdea8d Merge branch 'master' into alpha38
Conflicts:
	ionic/components/search-bar/search-bar.ts
	ionic/config/decorators.ts
2015-10-06 20:38:04 -05:00
a33e3f32e9 feat(item): sliding 2015-10-06 20:35:54 -05:00
9e8857c81d Trying to get taht nice tap restrict 2015-10-06 19:57:08 -05:00
7fb6099e1e fix(item): slide close on tap 2015-10-06 19:10:44 -05:00
6263943aeb Fixed my stupid detail push 2015-10-06 18:45:16 -05:00
456fa1aab6 md slider items 2015-10-06 18:39:01 -05:00
dbb2729e57 feat(item): sliding items 2015-10-06 18:30:46 -05:00
4d7025e4b9 fix(menuType): fix typo in onDestroy 2015-10-06 18:16:01 -05:00
994fdc7084 fix(search-bar): set isFocused to false and remove shouldLeftAlign for custom function
references #247
2015-10-06 19:03:50 -04:00
4c18aec23d Fix(demo): Update search bar floating demo for custom cancel action 2015-10-06 17:01:42 -06:00
7d9b8f7ec9 Fix(search-bar): Fix the cancel button to clear input value. Update done/cancel button to call a cancel function 2015-10-06 16:58:15 -06:00
9b60da4308 refactor(search-bar): Added iOS styling for cancel button
Cancel button shows when clicking in input box, animation isn’t done
though. Added some examples. References #247
2015-10-06 18:10:13 -04:00
4ff55392ce refactor(search-bar): fix search icon so it doesn't cover the input field
references #247
2015-10-06 17:50:32 -04:00
b9bb3d11aa refactor(search-bar): Fix search icon positioning
references #247
2015-10-06 17:48:12 -04:00