Commit Graph

2437 Commits

Author SHA1 Message Date
Adam Bradley
085671c84f typing is hard 2015-12-03 15:51:55 -06:00
Brandy Carney
9cbb589594 refactor(action-sheet): renamed elements to divs with classes 2015-12-03 16:37:20 -05:00
Adam Bradley
6eb1ef5fb5 dynamically add link element for testing 2015-12-03 15:31:48 -06:00
Adam Bradley
709ff3d2ff create MD and iOS css files 2015-12-03 14:43:32 -06:00
Drew Rygh
32bf737d44 docs(show-hide-when) 2015-12-03 12:17:50 -06:00
Brandy Carney
e45770d6e3 chore(publish): updating npm version to alpha.39 2015-12-03 12:35:55 -05:00
Brandy Carney
8a51ca2834 refactor(searchbar): Added an input trigger and moved some of the properties around
Added descriptions and private to the functions and improved docs for
searchbar. References #666
2015-12-03 12:30:15 -05:00
Drew Rygh
b6c5ef8ca8 docs: add demo template block to api 2015-12-03 11:32:45 -06:00
mhartington
0d5efe6658 docs(): add usage tag
Closes #685
2015-12-03 11:38:59 -05:00
Drew Rygh
411966a491 docs(api): add @demo tag 2015-12-03 10:17:14 -06:00
Brandy Carney
71235928ba refactor(text-input): renamed Sass variables to keep consistent
references #678
2015-12-03 10:55:45 -05:00
Brandy Carney
e572f04242 refactor(card): changed default iOS border-radius to 2px
per Ben
2015-12-03 10:55:45 -05:00
mhartington
34222a093b docs(ionTabs): remove extra property tag 2015-12-03 10:07:56 -05:00
Adam Bradley
a6972095dd docs(popup): add back in template desc 2015-12-03 08:32:43 -06:00
Brandy Carney
7a50c5d592 test(text-input): updated test for form-inputs
references #678
2015-12-02 19:45:12 -05:00
Brandy Carney
357074502b fix(text-input): added highlight colors for valid/invalid forms, updated sass variable names
references #678
2015-12-02 19:45:12 -05:00
Brandy Carney
6cba1b0f89 feat(text-input): added the form ng control status classes to ion-input
references #678
2015-12-02 19:45:12 -05:00
Brandy Carney
ba5b863d1e test(text-input): adding form inputs as a test
references #678
2015-12-02 19:45:12 -05:00
mhartington
4bd6ac825d docs(): docs 2015-12-02 17:55:56 -05:00
Adam Bradley
f32a198364 fix(navCtrl): clean up class/style 2015-12-02 15:26:30 -06:00
Adam Bradley
ee094e9d32 fix(menu): auto close menu when disabled, always remove listeners
Closes #674
2015-12-02 14:54:10 -06:00
Drew Rygh
160cc70332 docs(api): do not generate files for private classes
Closes #684
2015-12-02 13:32:59 -06:00
Brandy Carney
50fab2504b refactor(text-input): added input highlight back in
closes #677
2015-12-02 14:00:46 -05:00
Adam Bradley
dbeb0f78ae fix(platform): update ripple activator fn
Closes #671
2015-12-02 10:34:29 -06:00
Adam Bradley
6943ee6083 docs(): update some classes to private 2015-12-02 09:14:26 -06:00
Adam Bradley
65a93498db docs(popup): remove templateUrl docs 2015-12-02 09:05:41 -06:00
Adam Bradley
f6afdc2591 fix(popup): prevent popup flicker
Closes #669
2015-12-02 08:52:30 -06:00
Adam Bradley
7ac6ee4ccf chore(): wtf rename 2015-12-02 08:37:39 -06:00
Adam Bradley
ed72a7a160 chore(): remove dup method 2015-12-01 22:13:49 -06:00
Adam Bradley
f440f029f3 perf(wtf): wtf time range 2015-12-01 21:39:30 -06:00
Drew Rygh
6af6e07c14 docs(api): remove sections from menu that are entirely private 2015-12-01 21:36:13 -06:00
Drew Rygh
8d6ec9efa5 docs(checkbox): checkbox attribute docs 2015-12-01 21:36:13 -06:00
Drew Rygh
262b883211 docs(button): button attribute docs 2015-12-01 21:36:13 -06:00
Drew Rygh
711e28c77d chore(docs): add dump filter for debugging templates 2015-12-01 21:36:12 -06:00
Adam Bradley
85e773b56b refactor(navCtrl): move async parts of transition into their own fn 2015-12-01 19:59:21 -06:00
Adam Bradley
8889e0a71e Merge branch 'master' of https://github.com/driftyco/ionic2 2015-12-01 19:43:12 -06:00
mhartington
8c982fbc3d docs(): viewController and navController docs 2015-12-01 16:43:15 -05:00
Adam Bradley
ca618baef7 no show-navbar 2015-12-01 15:17:32 -06:00
mhartington
42b60bc172 docs(viewController): docs for viewController 2015-12-01 15:21:38 -05:00
Brandy Carney
ba073ed475 chore(publish): updating npm version to alpha.38 2015-12-01 14:27:42 -05:00
Brandy Carney
cd9e6a2ab1 test(nav): removing automatic page push on nav 2015-12-01 14:27:17 -05:00
Brandy Carney
df5107b90e feat(segment): adding a test case for a segment under a nabber
references #614
2015-12-01 14:12:15 -05:00
Drew Rygh
d9bfb49d8b docs(actionSheet): document params 2015-12-01 11:17:19 -06:00
Adam Bradley
448385ed84 fix(navCtrl): run change detection after stage
Also fixes #675
2015-12-01 11:01:11 -06:00
Brandy Carney
ec6cc9cec7 refactor(text-input): remove the ion-list and ion-card wrappers for text-input
Can now use ion-inputs outside of lists. Closes #598
2015-12-01 11:28:23 -05:00
Adam Bradley
ae0f66eea8 fix(tapClick): remove mousemove listener 2015-12-01 10:18:09 -06:00
Brandy Carney
1107f69685 refactor(list): moved ion-list-header and ion-item-divider outside of the ion-list selector
closes #651
2015-12-01 11:02:15 -05:00
Brandy Carney
3f3b0669eb refactor(searchbar): renamed SearchBar class to Searchbar
closes #667
2015-12-01 10:52:09 -05:00
Adam Bradley
10c76a64df feat(viewCtrl): setBackButtonText() 2015-12-01 09:43:12 -06:00
mhartington
994cdfe8f9 docs(config): add default values 2015-12-01 10:35:52 -05:00