6f3b9bef82
style(tslint): tslint updates
2016-04-06 21:28:52 -05:00
45647c4f49
lacks return-type annotation, implicitly has an 'any' return type
...
Fix for tsc with 'noImplicitAny' option
2016-03-16 10:14:48 +01:00
f7b52eeee1
chore(sass): update sass to match linter config
...
references #5797
2016-03-10 22:42:38 -05:00
f33a4530cd
docs(slides): remove inputs from sildes
...
fixes #5714
2016-03-04 10:58:16 -05:00
c883a2ae91
chore(): update Ionic imports in tests
2016-02-22 17:45:17 -06:00
1cfca53f9d
chore(npm): publish package as 'ionic-angular'
...
BREAKING CHANGE: imports from the framework were:
```
import {Platform} from 'ionic-framework/ionic';
```
and are now:
```
import {Platform} from 'ionic-angular';
```
2016-02-22 13:25:55 -06:00
26c616bc20
derp: the inputs still get read from the input property
2016-02-18 12:22:04 -05:00
ae392e2db3
test(slides): update slide tests to use options instead of attributes
...
references #5189
2016-02-18 12:18:13 -05:00
d21ae88018
refactor(slides): remove the attributes from the slider and use options to pass them instead
...
also commented out some attributes that aren’t working right now.
BREAKING CHANGES: Slider attributes have been removed in favor of
passing them in options
references #5189
2016-02-18 12:18:13 -05:00
148b3685f3
test(slides): add test for slides and remove the second parameter on the move event
...
references #5379
2016-02-17 15:34:28 -05:00
aee817c749
Merge branch '2.0' into pr/5379
...
# Conflicts:
# ionic/components/slides/slides.ts
2016-02-17 15:30:13 -05:00
a997a4d118
test(slides): added the slideChangeStart event to the intro test
...
This will now change the navbar button text before the slide is shown.
References #5301
2016-02-13 14:14:30 -05:00
736140ccad
feat(slides): add slideChangeStart event output
...
Didn’t add any event for `slideChangeEnd` because this already exists
as `change`.
closes #5301
2016-02-13 14:13:59 -05:00
ebeb940105
test(slides): add navigation to the intro test
2016-02-13 14:03:33 -05:00
5941042a98
chore() normalize types in docs
2016-02-12 15:51:28 -05:00
5f254f285f
chore(e2e): make typescript and e2e friends
2016-02-12 11:37:39 -06:00
224382a10e
Merge branch '2.0' of https://github.com/driftyco/ionic into ins_n_outs
2016-02-11 14:10:04 -05:00
6311e7e3f1
docs(slides): update inputs/outputs
2016-02-10 13:21:57 -05:00
ef1fc75203
test(slides): fix slides test to remove errors
2016-02-10 11:39:48 -06:00
7c10c4dd42
chore(): update modal tests
2016-02-10 01:56:51 -06:00
daceb9810c
feat(slides): Added move event onSlideMove
2016-02-10 10:52:55 +11:00
5ac1cf9048
docs(demos): fix item sliding demo and add the slides demo to the slide doc
...
references driftyco/ionic-site#397
2016-02-05 19:54:42 -05:00
633c11a742
chore(slides): remove slideChanged deprecated warning
2016-02-04 09:49:00 -06:00
155a43d770
chore(): fix typescript error
2016-02-03 19:41:23 -06:00
7e06e6c563
docs(slides,page): update docs
2016-02-03 11:46:46 -05:00
de952e3cbb
chore(): change source code console.log to console.debug
2016-02-02 16:41:35 -06:00
35cb112e85
docs(slides, slide): update doc
2016-02-02 14:51:23 -05:00
de9a986236
fix(slides): convert loop attribute to a boolean and index to a number before passing to slides
...
Not sure I like the index attribute though.
Fixes #5189
2016-01-25 18:00:44 -05:00
ee566ae387
chore(): remove debugger
2016-01-19 14:53:09 -06:00
5cdb93f224
chore(): create d.ts for Swiper
2016-01-19 14:45:51 -06:00
1b21be81aa
Revert "chore(): fix Swiper types"
...
This reverts commit 2d10593dce04b11d92ae4155b6e18256f4c54418.
2016-01-19 14:45:51 -06:00
02644dc4d8
Merge pull request #5087 from 3dd13/add-timeout-before-init-swiper
...
fix(slides): wrap swiper init code in set timeout
2016-01-19 08:57:10 -06:00
07953672f5
add more types to function parameters and return type
2016-01-19 16:44:46 +08:00
2fc07375a7
wrap swiper init code in set timeout
2016-01-19 11:20:42 +08:00
2d10593dce
chore(): fix Swiper types
2016-01-15 19:28:55 -06:00
b5d8a1de70
chore(): remove use of host: {inputs: []}
2016-01-14 21:14:23 -06:00
fdbd0f5f67
chore(): fix some Slides type errors
2016-01-12 16:59:07 -06:00
88aad3f880
refactor(decorators): remove ConfigComponent
2016-01-11 22:51:54 -06:00
344619d7d7
docs(demos/slides): link to api demos
2015-12-18 14:05:05 -06:00
1961b0d211
fix(slides): change event emitter from next to emit
...
Next is apparently deprecated.
2015-12-16 15:43:59 -05:00
3e5d360ebf
fix(slides): change slideChanged to change and add warning
...
closes #759
2015-12-16 14:36:13 -05:00
d7f481bf4c
test(slides): adding slides test for loop with a ngFor
...
references #751
2015-12-15 18:43:00 -05:00
8bc399d13e
fix(slides): height & width of swiper-container was defined twice.
2015-12-15 17:30:36 -05:00
5d6d9b9610
chore(upgrad): ng alpha52 and case-sensitive templates
2015-12-10 22:52:55 -06:00
d464d5cb1c
remove angular2/angular2 imports
2015-12-10 16:41:57 -06:00
0270be3305
fix blocking TS errors
2015-12-10 16:39:56 -06:00
243f03e545
Merge branch 'alpha50' into css-refactor
2015-12-09 07:47:30 -06:00
30b88d746b
chore(): add ng prefix to lifecycle interfaces
2015-12-08 21:38:26 -06:00
8b693ce836
toolbar button updates
2015-12-07 11:18:00 -06:00
3d5944c5c6
Merge branch 'master' into css-refactor
2015-12-04 21:34:37 -06:00