f14e3840e2
build(demos): fix path for zone
2016-04-07 11:47:17 -04:00
0b676abd3f
Merge pull request #6017 from EvgenyVolkov/update_content.ts
...
docs(): update content.ts
2016-04-06 23:40:31 -05:00
62f19d140a
Merge pull request #6058 from michaelmafort/patch-1
...
docs(): update events.ts
2016-04-06 23:36:01 -05:00
6f3b9bef82
style(tslint): tslint updates
2016-04-06 21:28:52 -05:00
d8e670ca7c
style(tslint): add tslint
...
Closes #5756
2016-04-06 20:48:09 -05:00
86fc741e63
fix(nav): portal nav should always animate
...
Closes #6059
2016-04-06 16:51:08 -05:00
49017c348e
docs(virtual-scroll): update API docs for virtual scroll
2016-04-06 13:16:37 -04:00
fef93f941e
chore(angular): update to angular 2.0.0-beta.13
...
Closes #6026
2016-04-06 10:18:36 -05:00
35a3357df8
fix(scroll): correctly resolve when scrolling finishes
2016-04-06 10:10:34 -05:00
0a5f351699
chore(nativeTimeout): use nativeTimeout on keyboard/animations
2016-04-06 09:39:04 -05:00
ddfce16ebd
Update events.ts
...
Improve documentation with the import and constructor initialization.
2016-04-06 11:36:39 -03:00
8b990889e0
chore(clickblock): use native setTimeout
2016-04-06 09:30:25 -05:00
b0635667f3
fix(router): fix nested ion-nav router
2016-04-06 08:59:02 -05:00
3df5989e27
fix(router): update path recognizer
...
Closes #5997
2016-04-05 20:45:45 -05:00
3733ebc55e
feat(router): allow multiple routers
...
Custom routers could be add to update LocalStorage, API updates,
database changes, etc.
2016-04-05 15:36:35 -05:00
7679ac08f5
feat(virtualScroll): init virtual scroll
...
Closes #5418
2016-04-05 14:50:05 -05:00
0701338484
fix(img): only load ion-img when visible
2016-04-05 14:50:05 -05:00
910d56b0e4
test(img): demo images for testing
2016-04-05 14:50:05 -05:00
f3d92b8eb8
refactor(scroll): js scrolling ability
...
Required for Virtual Scrolling on iOS UIWebView
2016-04-05 14:50:05 -05:00
200f2e5e10
chore(): use native raf/setTimeout
2016-04-05 14:50:05 -05:00
5cb319f619
test(karma): add karma tests for the present/zIndex of a portal
...
references #5426
2016-04-05 15:24:57 -04:00
6cd90eed3c
fix(loading): fix animation for loading the first time
...
references #5426
2016-04-05 14:08:30 -04:00
41a6524855
test(loading): add e2e test for loading in tabs and remove animation for basic e2e
...
references #5426
2016-04-05 11:24:05 -04:00
1d6569ae79
Merge branch 'loading' into 2.0
2016-04-05 10:46:28 -04:00
5d587b0418
docs: remove delay from docs for now from loading
2016-04-05 10:45:52 -04:00
496b3cf07e
Merge branch '2.0' into loading
2016-04-05 10:43:49 -04:00
d3fa29fe95
feat(loading): add internal stack for the loading service
...
this allows the user to push multiple loading indicators on top of each
other without interfering with the page stack, as well as navigation
between pages behind the loading indicator.
references #5426
2016-04-04 23:38:58 -04:00
f096cf656f
docs(demos): update loading indicator demo and e2e
...
references #5426
2016-04-04 23:25:42 -04:00
f61a57b9ee
Typescript generators
...
* @Inject to parameters()
Changed injection of Http to use parameters() instead of @Inject
* import map operator
Added import of map operator from rxjs
* Typescript Generator Support
Support for typescript generators
* Tabs -> spaces
* Changes From Tim's Feedback
2016-04-04 09:30:55 -05:00
aba7c155f9
Merge branch '2.0' into loading
2016-04-02 12:56:10 -04:00
8cf389287e
update content.ts
2016-04-01 23:48:38 +03:00
6125e1c622
Merge pull request #5939 from driftyco/menutoggle-edge-fix
...
fix(button): normalize generated button class names
2016-04-01 16:35:54 -04:00
783a4e5029
Merge pull request #5992 from manucorporat/ion-fixed
...
feat(ion-content): adds <ion-fixed> for non-scrollable page content
2016-04-01 15:58:14 -04:00
e2e92b80ae
Merge pull request #5995 from roblouie/patch-1
...
fix(segment): display activated style outside toolbar
2016-04-01 15:12:21 -04:00
ddb885b42f
Merge branch '2.0' into loading
2016-04-01 15:05:48 -04:00
53bebc74ea
test(loading): add another page for navigation
2016-04-01 15:05:40 -04:00
9613881236
chore(dgeni): debugging fix this doc link rel to TS 1.8 path bug
2016-04-01 13:18:08 -05:00
50d2d0875b
chore(dgeni): TS 1.8 dgeni tweak and CI perf improvements
2016-04-01 13:07:18 -05:00
128a8342e1
test(loading): add another page to the loading test
2016-04-01 14:00:36 -04:00
d21a682bad
docs(loading): remove the enableBackdropDismiss and update demo
...
references #5426
2016-04-01 13:37:47 -04:00
ff17cf836c
chore(dgeni): some docs don't have a relativePath
2016-04-01 12:30:52 -05:00
3bce7ba2dc
docs(demos): add API demos for loading indicator
...
references #5426
2016-04-01 13:14:06 -04:00
dae37e7d9c
feat(loading): add ability to hide spinner in the config or options
...
tweak css to add a max width to the loading indicator
references #5426
2016-04-01 13:13:43 -04:00
b832b4c502
docs(dgeni): fix doc update link
2016-04-01 11:57:31 -05:00
f30660d2fd
Merge pull request #6006 from driftyco/strict-mode-fn-fix
...
chore(): move nested functions out of if blocks
2016-03-31 16:03:24 -05:00
3df1ad5192
chore(): move nested functions out of if blocks
2016-03-31 16:00:43 -05:00
55fb60e09b
docs(): fix typo
2016-03-31 09:23:28 -05:00
5524acfa55
Merge remote-tracking branch 'origin/2.0' into 2.0
2016-03-31 08:58:35 -05:00
b8cb12e25e
chore(): remove console.debugs
2016-03-31 08:58:08 -05:00
e31898ac19
Merge pull request #5956 from Tenvan/2.0
...
chore(ts): add 'any' return types
2016-03-30 20:14:26 -05:00