Commit Graph

3733 Commits

Author SHA1 Message Date
Tom Sundstrom
6bee667a6d docs(content): fix ion-content scroll event listener example
Function renamed in 91df5f97ee
2016-03-03 10:46:58 +02:00
Tim Lancina
9c1db87a6c chore(): update karma system config for relative imports 2016-03-02 15:46:41 -06:00
Tim Lancina
a237c16bc0 chore(): use relative imports in tests 2016-03-02 15:43:51 -06:00
Tim Lancina
626eae2131 chore(): build tests before karma-watch 2016-03-02 15:43:21 -06:00
Tim Lancina
cbe9ed8c23 chore(): update karma tests to work with npm3 2016-03-02 13:57:09 -06:00
Tim Lancina
8bbd1380ca chore(): use exclude in tsconfig
Otherwise not all source files are typechecked by IDEs (tests, demos,
etc.)
2016-03-02 13:42:12 -06:00
Brandy Carney
deb3dd5b7a Merge pull request #5674 from jgw96/2.0
docs(demos): make destructive button top button
2016-03-02 10:02:52 -05:00
Justin Willis
1af75225cb docs(demos) make destructive button top button 2016-03-01 23:55:47 -06:00
Justin Willis
6d44e26edc Merge pull request #4 from driftyco/2.0
2.0
2016-03-01 23:46:53 -06:00
Brandy Carney
2b77d52061 docs(API): clean up API docs 2016-03-01 19:24:33 -05:00
Tim Lancina
1473011a89 chore(generators): remove constructor parameter decorators
Addresses #5671.
2016-03-01 18:23:43 -06:00
Tim Lancina
8faba7d5d2 chore(): update READMEs to new package name 2016-03-01 18:06:33 -06:00
Brandy Carney
8eab9466f7 chore(ionic): release beta 2 and update changelog v2.0.0-beta.2 2016-03-01 15:32:33 -05:00
Brandy Carney
5fb1e08347 fix(toolbar): add a min-width to the toolbar content so that it won't overlap buttons
fixes #5657
2016-03-01 12:59:29 -05:00
Brandy Carney
5ca2a55f14 docs(refresher): update API docs for refresher and demo
references #5207
2016-03-01 12:08:01 -05:00
Brandy Carney
1f3db2ad1e docs(demos): update config to move config JS in index 2016-03-01 11:10:33 -05:00
Brandy Carney
f0e7a69a90 docs(demos): fix refresher and infinite scroll demo to use the injectable in index 2016-03-01 11:10:33 -05:00
Tim Lancina
08178ecac0 chore(demos): fix demo entries 2016-03-01 10:04:09 -06:00
Brandy Carney
487da57e37 docs(demos): change apostrophes to quotes to make Adam happy
references nothing
2016-02-29 20:25:45 -05:00
Brandy Carney
5932706332 docs(demos): add variables Sass file to use colors and add to icons
references driftyco/ionic-site#453
2016-02-29 19:15:22 -05:00
Brandy Carney
9b8d5bc55a docs(demos): fix spacing on modal and nav params demos
references driftyco/ionic-site#453
2016-02-29 18:47:30 -05:00
Brandy Carney
ce8eb5ba3b docs(demos): add infinite scroll demo
references driftyco/ionic-site#453
2016-02-29 18:44:09 -05:00
Brandy Carney
cd723898b7 docs(tabs): update tabs demo to include colors and badges
references driftyco/ionic-site#453
2016-02-29 18:43:43 -05:00
perry
b93bc0c1bd chore(dgeni): filter out local filesystem paths from the docs 2016-02-29 16:45:29 -06:00
Tim Lancina
dbc5737d82 chore(): update copy.libs task to work with npm 2 and 3 2016-02-29 15:35:58 -06:00
Tim Lancina
79b868b0a8 chore(): use typescript 1.7 for now
1.8 breaks a few things, use 1.7 until we figure them out
2016-02-29 15:35:58 -06:00
Tim Lancina
4113b31fe6 Revert "chore(): update typescript to 1.8"
This reverts commit 7a01234e07.
2016-02-29 15:35:58 -06:00
Brandy Carney
17c2fe52b9 docs(content): update content functions to private 2016-02-29 16:30:16 -05:00
Brandy Carney
834d6c690e docs(demos): remove inline styling from segment API demo
references driftyco/ionic-site#453
2016-02-29 16:15:29 -05:00
Brandy Carney
29d3bb1fcb refactor(infinite-scroll): rename the elements to include the word scroll
update API docs & rename endLoading function to complete.

references #5415
2016-02-29 15:49:41 -05:00
Adam Bradley
1bb51c2e26 chore(refresher): rename "endRefreshing" to "complete" 2016-02-29 14:44:15 -06:00
Adam Bradley
fd5c4092bf chore(refresher): update config variable names 2016-02-29 13:51:42 -06:00
Adam Bradley
20fd2c3b8b chore(refresher): add warning for required ion-refresher-content 2016-02-29 13:43:35 -06:00
Adam Bradley
d39f21f410 test(refresher): fix refresher unit tests 2016-02-29 13:27:47 -06:00
Brandy Carney
4e3604e3ed Merge pull request #5642 from jgw96/2.0
docs(demos): clean up of alert and actionsheet demo
2016-02-29 14:03:56 -05:00
Adam Bradley
fdb311d397 chore(virtualScroll): remove virtualScroll until refactor complete 2016-02-29 13:02:18 -06:00
Brandy Carney
ea884ded6d fix(refresher): get scrollTop from the scroll element to prevent refreshing when dragging up
fixes #5207
2016-02-29 13:48:39 -05:00
Tim Lancina
f905e18a80 chore(transpile): don't kill stream on TS errors 2016-02-29 11:49:02 -06:00
Tim Lancina
7a01234e07 chore(): update typescript to 1.8 2016-02-29 11:44:27 -06:00
Brandy Carney
4c93eb06a9 refactor(label): move label css to the correct scss files
references #5651
2016-02-29 12:24:42 -05:00
Adam Bradley
0480fa3b50 feat(infiniteScroll): add infinite scroll
Closes #5415
2016-02-29 11:13:31 -06:00
Tim Lancina
3784f47cfa fix(generate): output correct Sass import for pages
Closes #5641.
2016-02-29 08:54:15 -06:00
Adam Bradley
3d86cccafc Merge pull request #5637 from 7200rpm/patch-1
docs(): update modal.ts
2016-02-28 19:41:09 -06:00
Justin Willis
d3cdcc5fe2 demos: remove custom animation on alert and actionsheet for now and add padding to alert 2016-02-28 17:59:40 -06:00
Justin Willis
38e6374b37 Merge pull request #3 from driftyco/2.0
2.0 update
2016-02-28 16:50:05 -06:00
Brandon Brown
406a709aa1 Update modal.ts
Need to import ViewController for modal as well.
2016-02-27 21:20:15 -08:00
Adam Bradley
66af6ff3a0 test(actionsheet): open modal from actionsheet 2016-02-27 20:51:00 -06:00
Adam Bradley
af8537b726 Merge pull request #5632 from jgw96/patch-2
docs(demos): padding on action content
2016-02-27 20:33:56 -06:00
Adam Bradley
7b9b9b537e Merge pull request #5635 from chuz93/patch-1
docs(input): update input.ts
2016-02-27 18:45:58 -06:00
chuz93
05a0da480a Update input.ts
Fix <ion-label of the Website's ion-item
2016-02-27 18:12:33 -06:00