1302 Commits

Author SHA1 Message Date
cb49adcb0c fix(NavRouter): rename navigateInstruction to navigateByInstruction 2015-10-22 12:57:19 -05:00
5438c9316f fix(item-sliding): fixed the margin for the option buttons and sliding content
The min-height being too large was causing the issue of showing the
button behind the item sliding content and some hairline margins were
off. References #295
2015-10-20 13:41:44 -04:00
009bee94b5 fix(modal): added styling to ion-modal to remove ion-pane dependency
closes #321
2015-10-20 10:48:33 -04:00
cde81e910f fix(actionSheet): fix desctructive variable 2015-10-19 13:13:39 -04:00
2b061d9a02 fix(actionSheet): make destructive button red
Closes #315
2015-10-19 13:02:41 -04:00
43f5b092fd fix(tabs): prevent flicker when loading tab 2015-10-18 22:38:12 +01:00
4b2eed7e59 auto provide HTTP_PROVIDERS 2015-10-18 22:15:25 +01:00
a641f4d4bd avatar/thumbnail, set min-height 2015-10-18 21:22:06 +01:00
94c02e71b2 improve iOS navbar transitions 2015-10-18 19:33:22 +01:00
e47e3f8b75 set background-color on body 2015-10-18 19:33:22 +01:00
cc458ca75e Update applinks.ts 2015-10-16 15:34:04 -05:00
d026dfcae3 fix(sticky-header): updated iOS sticky header bg color and moved MD styling so it would work
Closes #296
2015-10-16 16:15:06 -04:00
0c68e370f5 disable stick header JS for now 2015-10-16 15:11:50 -05:00
df971c44ba Merge branch 'master' of github.com:driftyco/ionic2 2015-10-16 13:19:55 -06:00
b93aae4940 Fix(segment): Change for loops to be forEach 2015-10-16 13:19:42 -06:00
387ec40f23 fix(): disable preloadTabs for now 2015-10-16 13:49:52 -05:00
597192659e Merge in master to es6-shims 2015-10-16 11:47:58 -06:00
7a2ab2b6c4 chore(): rename IonicForm to Form 2015-10-16 12:03:11 -05:00
bb3b20727c chore(): rename IonicKeyboard to Keyboard 2015-10-16 12:00:46 -05:00
1e699ec5ba chore(): rename IonicPlatform to Platform 2015-10-16 11:58:46 -05:00
4c53a4b554 chore(): rename IonicConfig to Config 2015-10-16 11:53:11 -05:00
3037c369c4 feat(preloadTabs): preload tab roots by default 2015-10-16 11:18:10 -05:00
90fa15d850 fix(transitions): prevent black flicker 2015-10-16 10:44:58 -05:00
d9e19d38ff fix(sticky-headers): add feature detection
Closes #290
2015-10-15 23:24:37 -05:00
d3a40aedf3 fix(dom): remove use of element.prop()
Closes #288
2015-10-15 22:13:57 -05:00
fbb80af3e5 Fix(es6-shim): References #292. Adding in es6-shim to package.json. Change the for() iterator in segment.ts changed to use a simple for loop. Short circuit functions in segment.ts incase there are no buttons, just return. 2015-10-15 17:47:45 -06:00
52aa0548e7 fix(item): sliding items works with mouse. Fixes #286 2015-10-15 16:11:50 -05:00
970abdf08c fix(item-sliding): item-left/item-right ng-contents
Closes #287
2015-10-15 15:08:00 -05:00
dd15279227 chore(): remove Ionic's HTTP service 2015-10-15 14:31:37 -05:00
75e71de22b fix(item-sliding): runOutsideAngular
Closes #277
2015-10-15 12:21:03 -05:00
8a5778661b chore(): zone.runOutsideAngular 2015-10-15 10:29:20 -05:00
f2ad705cdd refactor(segment): fixed height of MD segment so the border lines up with the toolbar
references #283
2015-10-14 16:13:57 -04:00
94c93d7468 refactor(segment): added MD styling to copy tabs, minus the animations
references #283
2015-10-14 12:30:54 -04:00
a0b8f6f537 update to alpha42 2015-10-14 10:08:26 -05:00
b59e30329c refactor(item): removing unused sass variable 2015-10-13 19:19:24 -04:00
3f2888d2a2 Merge branch 'master' of github.com:driftyco/ionic2 2015-10-13 11:57:00 -06:00
bb49c9f114 Updating search-bar basic demo to show the detectchanges from angular firing 1000's of times 2015-10-13 11:56:53 -06:00
ed303a3aa7 fix(item-sliding): changed display on ion-items-option to remove space between options
added some danger buttons to make sure the space stays removed
2015-10-13 10:58:13 -04:00
0ca3ec6555 fix(backbone): iOS back button fade in on back direction 2015-10-12 21:54:31 -05:00
146e77bab3 fix(search-bar): removed the dependency on passing a value for each query
references #247
2015-10-12 18:29:45 -04:00
2debff1853 Fix(search-bar): Update search model to bind its query value to the textbox via two way data binding. On input text change or the clear button, call writeValue explicitly. Update demo to show this, also do not pass in undefined values 2015-10-12 16:23:31 -06:00
33ac1cc13b SearchBar 2015-10-12 14:56:40 -05:00
4758b9ae30 Add ngModel to switch demo 2015-10-12 14:51:12 -05:00
b824883ade fix(search-bar): error with inputs 2015-10-12 15:03:39 -04:00
3917c38e27 refactor(search-bar): removed dependency on ngControl and forms
Changed clear div to a button, using ngModel now being passed in by the
user, only showing clear button when input has more than one char.
2015-10-12 12:47:24 -04:00
ffc5a5e2ce refactor(Tabs): Tabs no longer extends NavController 2015-10-11 22:44:18 -05:00
8115f8d340 update MD transitions 2015-10-11 13:23:41 -05:00
61bd51367a improve iOS transitions/reduce dom updates 2015-10-11 12:47:39 -05:00
6c44ae6246 update animations 2015-10-10 23:52:01 -05:00
fa2ae9cd93 rename(sections): .navbar-container now ion-navbar-section 2015-10-10 17:14:03 -05:00