|
ca618baef7
|
no show-navbar
|
2015-12-01 15:17:32 -06:00 |
|
|
42b60bc172
|
docs(viewController): docs for viewController
|
2015-12-01 15:21:38 -05:00 |
|
|
cd9e6a2ab1
|
test(nav): removing automatic page push on nav
|
2015-12-01 14:27:17 -05:00 |
|
|
df5107b90e
|
feat(segment): adding a test case for a segment under a nabber
references #614
|
2015-12-01 14:12:15 -05:00 |
|
|
d9bfb49d8b
|
docs(actionSheet): document params
|
2015-12-01 11:17:19 -06:00 |
|
|
448385ed84
|
fix(navCtrl): run change detection after stage
Also fixes #675
|
2015-12-01 11:01:11 -06:00 |
|
|
ec6cc9cec7
|
refactor(text-input): remove the ion-list and ion-card wrappers for text-input
Can now use ion-inputs outside of lists. Closes #598
|
2015-12-01 11:28:23 -05:00 |
|
|
ae0f66eea8
|
fix(tapClick): remove mousemove listener
|
2015-12-01 10:18:09 -06:00 |
|
|
1107f69685
|
refactor(list): moved ion-list-header and ion-item-divider outside of the ion-list selector
closes #651
|
2015-12-01 11:02:15 -05:00 |
|
|
3f3b0669eb
|
refactor(searchbar): renamed SearchBar class to Searchbar
closes #667
|
2015-12-01 10:52:09 -05:00 |
|
|
10c76a64df
|
feat(viewCtrl): setBackButtonText()
|
2015-12-01 09:43:12 -06:00 |
|
|
f2afea8479
|
feat(viewCtrl): create showBackButton()
|
2015-12-01 09:23:26 -06:00 |
|
|
54e40da9ad
|
test(tabs): use setRoot to log out
|
2015-11-30 23:20:48 -06:00 |
|
|
b01301b3b2
|
fix(zone): ensure rAFs are firing outside of zone
|
2015-11-30 22:46:43 -06:00 |
|
|
85d6d6f89e
|
chore(wtf): figure out wtf
|
2015-11-30 21:52:44 -06:00 |
|
|
abf482f662
|
chore(wtf): prefix wtf with ionic.
|
2015-11-30 20:52:48 -06:00 |
|
|
ede79c89c1
|
fix(navCtrl): use lower level compiler API
|
2015-11-30 20:05:47 -06:00 |
|
|
022e0b5396
|
feat(modal): pass modal data to onClose instance
Closes #668
|
2015-11-30 17:14:39 -06:00 |
|
|
041ec6a06f
|
refactor(TapClick): create as injectable, outside zone listeners
|
2015-11-30 16:19:21 -06:00 |
|
|
dbed133e60
|
docs(navController): docs
|
2015-11-30 17:02:29 -05:00 |
|
|
4f8ccb4cba
|
feat(wtf): add web tracing framework to NavController
|
2015-11-30 14:34:22 -06:00 |
|
|
7b44ff36dc
|
fix(navCtrl): do not detach change detection
|
2015-11-30 12:29:32 -06:00 |
|
|
c3ef6f4db8
|
fix derp
|
2015-11-29 20:56:16 -06:00 |
|
|
9dde122d4f
|
refactor(clickBlock): add to dom on init
|
2015-11-29 01:14:51 -06:00 |
|
|
343048cbfd
|
fix(router): prevent double navs
|
2015-11-29 00:22:50 -06:00 |
|
|
e0da73e07a
|
feat(navCtrl): create postRender
|
2015-11-28 23:15:47 -06:00 |
|
|
c420c0d726
|
fix(text-inputs): fix text inputs not wrapped by ion-input
|
2015-11-28 21:08:55 -06:00 |
|
|
fac40923c1
|
fix(backBtn): show back button during transition
Closes #659
|
2015-11-28 20:19:17 -06:00 |
|
|
ad276f4161
|
fix(navCtrl): wrap user lifecycle evts w/ try/catch
|
2015-11-28 00:10:38 -06:00 |
|
|
1d1f94cab6
|
test(tabs): async nav to tabs
|
2015-11-27 23:22:45 -06:00 |
|
|
37dcf902d8
|
fix(overlay): pass ChangeDetectorRef to NavController
|
2015-11-27 22:30:29 -06:00 |
|
|
3d47061e4a
|
feat(nav): detach ChangeDetectorRef during transition
|
2015-11-27 22:14:55 -06:00 |
|
|
194c964dfb
|
fix(labels): improve floating labels focus
Closes #613
|
2015-11-25 21:56:00 -06:00 |
|
|
a016f35387
|
fix(card): fixed lines being removed in a list in a card caused by removing the list class
references #650
|
2015-11-25 17:15:43 -05:00 |
|
|
79bd85c8c8
|
refactor(radio): converted ion-radio-group to an ion-list with radio-group attribute
Changed Sass to style ion-list instead of the list class. Removed list
class from radios and lists. Closes #650
|
2015-11-25 17:00:37 -05:00 |
|
|
4f9583d2b8
|
fix(radio): fixed radio so if the radio is checked it will update the value itself
fixes #530
|
2015-11-25 16:52:27 -05:00 |
|
|
8feb951bf5
|
fix(radio): add ability to set ng-model on a radio group and check the corresponding radio button with that value
added a test for ng-model with a radio. references #530
|
2015-11-25 16:52:27 -05:00 |
|
|
b9d69da414
|
docs(navController): update overview
|
2015-11-25 14:31:57 -06:00 |
|
|
a07dd80117
|
docs(navController): better navController docs and examples
Closes #417
|
2015-11-25 15:20:01 -05:00 |
|
|
ff73d83138
|
fix(toolbar): added a temp fix for buttons in a toolbar with a segment
added a segment scenario to the toolbar tests. closes #506
|
2015-11-25 14:24:10 -05:00 |
|
|
4d22a6b89b
|
fix(slides): adding back absolute to some selectors
references #642
|
2015-11-25 14:24:10 -05:00 |
|
|
89d4cd3a5b
|
fix(navController): check view loaded before element cache
|
2015-11-25 11:58:07 -06:00 |
|
|
4fc78d3e44
|
fix(transition): iOS show back btn after insert
Closes #638
|
2015-11-25 11:45:11 -06:00 |
|
|
90e136ec77
|
fix(slides): removed absolute positioning so the slides can be in fixed height
added a new test for this. Closes #642
|
2015-11-25 12:06:52 -05:00 |
|
|
46191bdd42
|
fix(slides): fixed the Http call, it is now using Angular's
references #642
|
2015-11-25 12:06:52 -05:00 |
|
|
38bd1b1428
|
fix(navController): pass params to insert
|
2015-11-25 11:06:44 -06:00 |
|
|
f4d82f05ea
|
fix(navController): update element caching
Also renamed setViews() to setPages(), and moved the index argument in
insert() to be the first arg.
Closes #641
|
2015-11-25 10:27:55 -06:00 |
|
|
6e1aa4a286
|
fix(tabs): render highlight after init
|
2015-11-25 07:03:04 -06:00 |
|
|
725e09335d
|
style(list): rename ion-header to ion-list-header EVERYWHERE
closes #418
|
2015-11-24 16:58:19 -05:00 |
|
|
0ce39ce217
|
style(text-input): fixed typo
|
2015-11-24 16:50:37 -05:00 |
|