2383 Commits

Author SHA1 Message Date
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
a615292b04 Merge branch 'master' of https://github.com/driftyco/ionic2 2015-11-30 14:37:22 -06:00
9022812526 docs(dgeni): ## Members isn't being parsed by markdown, just use HTML 2015-11-30 14:37:10 -06:00
4f8ccb4cba feat(wtf): add web tracing framework to NavController 2015-11-30 14:34:22 -06:00
7f0c53313d docs(dgeni): indicate that nightly v2 docs are for v2 2015-11-30 14:25:54 -06:00
5b56cbb228 Merge branch 'master' of https://github.com/driftyco/ionic2 2015-11-30 13:30:34 -06:00
d3f4aa4842 docs(CI): remove demos from CI tasks 2015-11-30 13:30:29 -06:00
7b44ff36dc fix(navCtrl): do not detach change detection 2015-11-30 12:29:32 -06:00
82ce257fa2 docs(demos): fix z-index of FAB, customized toolbar
Closes #388
2015-11-30 11:10:18 -06:00
c3ef6f4db8 fix derp 2015-11-29 20:56:16 -06:00
8e2e5a7ddb fix(clickBlock): show 1px of clickblock 2015-11-29 20:12:05 -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
ef488b27c4 chore(demos): ionic-site is now a sibling directory 2015-11-25 16:36:35 -06:00
8ef5d940ce chore(publish): updating npm version to alpha.37 2015-11-25 17:23:02 -05: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
1db6e45494 chore(tsconfig): excluding ionic to quiet typescript errors 2015-11-25 16:52:27 -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
7fce870418 docs(demos): use angular http for slider api demo 2015-11-25 14:37:27 -06: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
5d0349d134 fix(ripple): disable ripple for Android 4.4 and below
Closes #648
2015-11-25 14:00:41 -06: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
7fd1486475 docs(demos): update modal demo 2015-11-25 11:26:43 -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
61d3a49a75 Merge pull request #645 from driftyco/revert-644-master
Revert "fix e2e_template.html rx.js 404"
2015-11-25 07:07:54 -06:00
11d587c34f Revert "fix e2e_template.html rx.js 404" 2015-11-25 07:07:38 -06:00
cf129cbe0e Merge pull request #644 from jkdntc/master
fix e2e_template.html rx.js 404
2015-11-25 07:06:11 -06:00
6e1aa4a286 fix(tabs): render highlight after init 2015-11-25 07:03:04 -06:00