Brandy Carney
010fb2abfa
chore: update scripts README with Sass linter steps
2016-04-19 17:48:28 -04:00
Brandy Carney
46544047be
refactor(slides): update slide methods and API docs
...
add to docs including how to use the slides and rename methods.
BREAKING CHANGE:
The Slides component has been refactored. Many methods and events were
renamed.
The following events have been renamed:
- `slideChangeStart` has been renamed `willChange`
- `change` has been renamed `didChange`
The following methods have been renamed:
`next()` has been renamed to `slideNext()`
`prev()` has been renamed to `slidePrev()`
`getIndex()` has been renamed to `getActiveIndex()`
`getNumSlides()` has been renamed to `length()`
`isAtEnd()` has been renamed to `isEnd()`
`isAtBeginning()` has been renamed to `isBeginning()`
`getSliderWidget()` has been renamed to `getSlider()`
The following method was added: `slideTo()`
All methods have been documented in the API docs:
http://ionicframework.com/docs/v2/api/components/slides/Slides/
references #5508 , references driftyco/ionic-site#458
2016-04-19 17:45:59 -04:00
Brandy Carney
381a650f8e
test(slides): update slides tests with new API and add new one
...
references #5508
2016-04-19 17:34:51 -04:00
Perry Govier
20feed0cc8
chore(dgeni): allow markdown in the return description
2016-04-19 15:04:07 -05:00
Mike Hartington
902fbd0f62
docs(ionicDirectives): add docs for IONIC_DIRECTIVES
2016-04-19 14:18:52 -04:00
Adam Bradley
8d8cc4c097
fix(tabs): do not init w/ tab that is hidden or disabled
...
Closes #6226
2016-04-19 11:27:34 -05:00
Adam Bradley
8eedb2b463
docs(nav): update nav transition promises docs
2016-04-19 10:38:37 -05:00
Adam Bradley
83af18b87e
docs(actionsheet): dismissing and async navigation
2016-04-19 10:17:42 -05:00
Adam Bradley
f1b6d93dce
docs(alert): dismissing and async navigation
2016-04-19 09:58:13 -05:00
mhartington
98e0c23340
docs(navController): update links
...
References https://github.com/driftyco/ionic-site/issues/554
2016-04-19 10:37:02 -04:00
mhartington
28eb819a0e
docs(navController): update life cylce hooks
2016-04-19 10:24:49 -04:00
Adam Bradley
5aa816946a
docs(nav): add Nav Transition Promises section
2016-04-18 23:50:26 -05:00
Adam Bradley
ac30fb7453
Merge branch 'dusbuss-add-global-app-injector' into 2.0
2016-04-18 21:59:25 -05:00
Adam Bradley
d9b239b695
chore(app): move setAppInjector to postBootstrap
2016-04-18 21:58:36 -05:00
Adam Bradley
bef4a67025
feat(content): add scrollToBottom
2016-04-18 21:22:39 -05:00
perry
1c755dcb34
chore(dgeni): differentiate properties v methods. Closes driftyco/ionic-site#498
2016-04-18 17:36:48 -05:00
Adam Bradley
0a83f2f260
feat(directives): auto provide IONIC_DIRECTIVES to all components
...
Closes #6092
2016-04-18 17:30:58 -05:00
Brandy Carney
17f9465fa5
Merge pull request #5491 from teleaziz/slide-to-index
...
feat(slides): add ability to slide to specific index
2016-04-18 17:40:10 -04:00
mhartington
58570f2da5
docs(id): make private for now
2016-04-18 17:36:50 -04:00
Brandy Carney
8b55812ec0
docs(demos): remove user agent from platform demo
2016-04-18 17:32:48 -04:00
Brandy Carney
7263728da1
fix(slides): add id to the slide component to grab the correct pagination
...
fixes #5745 references #5508
2016-04-18 13:43:53 -04:00
Brandy Carney
b3b553e50f
docs(show-hide-when): fix link to platform docs
2016-04-18 11:38:55 -04:00
Brandy Carney
faf634ceab
docs(demos): update platform demo so iOS is first
2016-04-18 11:22:09 -04:00
Brandy Carney
370054a071
docs(showHideWhen): update API docs for showWhen/hideWhen
...
include links to the platform API docs and a little more information on
the directives
closes driftyco/ionic-site#503
2016-04-18 11:18:54 -04:00
Brandy Carney
cef019c66f
docs(demos): update show-hide-when demos to include windows
...
also added the code used to the demo
2016-04-18 11:18:54 -04:00
mhartington
f8ea096b05
docs(list): update doc example
2016-04-18 10:53:34 -04:00
Adam Bradley
cde6a8bd6c
Merge pull request #6211 from jccf091/jccf091-patch-1
...
docs(select): update select.ts docs
2016-04-18 08:50:44 -05:00
James Cheuk
a40c1c3b8d
update select.ts docs
...
incorrent closing tag
2016-04-18 12:49:04 +08:00
Adam Bradley
8b3b295d74
style(): update css formatting
2016-04-17 20:38:06 -05:00
Adam Bradley
a3e73dd3db
Merge pull request #6205 from manucorporat/responsible-button
...
fix(button): activate buttons when ion-label contains elements
2016-04-17 20:10:37 -05:00
Manu Mtz.-Almeida
0521ce255c
fix(button): buttons don't get activated when ion-label contains exotic elements
2016-04-17 15:56:31 +02:00
Adam Bradley
d2b3cc39a5
chore(build): nightly version name from formatted timestamp
2016-04-17 01:22:19 -05:00
Adam Bradley
89e01b49b8
test(infiniteScroll): do not use setter for InfiniteScroll
2016-04-17 00:56:23 -05:00
Adam Bradley
428156c340
test(tabs): clean up tabs basic test
2016-04-17 00:55:51 -05:00
Adam Bradley
0c4171e7bb
feat(changeDetection): detach Tabs when not active
2016-04-17 00:52:51 -05:00
Adam Bradley
79dd0df90b
test(infiniteScroll): build ViewChild example
2016-04-17 00:18:24 -05:00
Adam Bradley
b282e90e2c
feat(changeDetection): detach ViewControllers when not active
2016-04-17 00:17:07 -05:00
Adam Bradley
2295bd9264
test(slides): update to use @ViewChild
2016-04-16 23:09:13 -05:00
Adam Bradley
1daa7c5382
Merge branch 'manucorporat-select-actionsheet' into 2.0
2016-04-16 21:41:49 -05:00
Adam Bradley
1c67b0269b
feat(select): fallback to alert interface when more than 6 opts
2016-04-16 21:40:41 -05:00
Adam Bradley
8141a38c93
chore(input): do not force blur on .input-cover tap
2016-04-16 20:45:43 -05:00
Drew Rygh
617d36d42c
docs(demos/localStorage): only display allowed keys
...
Related: https://github.com/driftyco/ionic-site/issues/453
2016-04-16 17:36:36 -05:00
Adam Bradley
ba5624bc04
fix(platform): fire cordova platform.ready using zone
...
Closes #6186
2016-04-15 20:35:14 -05:00
Adam Bradley
2f342d647e
chore(scrollView): calculate max scrollTo attempts
2016-04-15 20:01:02 -05:00
Adam Bradley
16e54d8d77
test(input): add inputs to bottom of page
2016-04-15 20:01:02 -05:00
Brandy Carney
7150786176
docs(platform): update API docs for platform
...
include a table that explains what each platform name means.
references driftyco/ionic-site#503
2016-04-15 17:24:39 -04:00
Brandy Carney
a1fe10690c
docs(bootstrap): make postBootstrap private
2016-04-15 17:08:06 -04:00
Brandy Carney
4897f02c11
docs(demos): update platform demo to include windows
...
add styling to the code blocks to differentiate them more visually
2016-04-15 17:08:06 -04:00
Adam Bradley
43c6e096af
Merge pull request #6182 from jgw96/2.0
...
chore(tsling): prevent nested function declaration
2016-04-15 14:23:25 -05:00
Justin Willis
c8e58e58a0
fix(input): move nested function outside of if statment so as to fix issue related to strict mode
...
There was a white screen issue caused on ios because of a nested function declaration in the input
component. I moved this function out of the if statement so as to fix this issue.
closes issue 187 on conference app repo
2016-04-15 14:14:47 -05:00