mhartington
bcaaa6f45b
docs(searchbar): add private tags
2015-12-29 17:43:38 -05:00
Drew Rygh
c98eea8919
docs: use more accurate class name
2015-12-29 15:44:20 -06:00
Drew Rygh
4d2a32a4ab
docs: fix improve this doc link positioning
2015-12-29 15:18:01 -06:00
Brandy Carney
b1bdc31a76
refactor(segment): changed segment event emitter type to SegmentButton and update the change to emit value
...
Fixed tests to reflect this. References #819
2015-12-29 13:55:53 -05:00
Brandy Carney
64b76099cd
Merge pull request #821 from 3dd13/emit-the-clicked-segment-button
...
emit the clicked segment button value
2015-12-29 13:49:45 -05:00
Eddie Lau 3dd13
4f254a87de
emit the selectedButton instead of just the value of the selectedButton
2015-12-29 15:24:06 +08:00
Eddie Lau 3dd13
d8350f0440
broadcast the selected segment button value to segment and update the segment value accordingly
2015-12-29 12:54:37 +08:00
Brandy Carney
16d766fffb
fix(searchbar): update searchbar so it emits the input event on clear
...
Also added some other events to the API so the user can decide which
event they want to use. Closes #818
2015-12-28 13:57:35 -05:00
Drew Rygh
e210eef3cb
docs(config): typo
2015-12-28 12:26:41 -06:00
Drew Rygh
5bd6f377d1
docs(demos): add scrollbar fix for api demos
2015-12-28 12:22:28 -06:00
Brandy Carney
f82904fe51
fix(animations): remove unnecessary transform
...
Fixes #803
2015-12-28 12:21:56 -05:00
Adam Bradley
63866338e8
Merge pull request #802 from Luchillo/patch-1
...
New compile flow uses app folder outside www
2015-12-23 10:05:03 -06:00
Carlos Esteban Lopez Jaramillo
c59d07df44
New compile flow uses app folder outside www
...
Since the update of 22/12/2015 ionic uses a new build system, it puts the app folder at the same tree level of www folder, as such the rootDirectory default should be only app.
2015-12-23 10:45:33 -05:00
Adam Bradley
b4c89a98e0
chore(package): gulp package/publish
...
Closes #799
2015-12-22 21:53:12 -06:00
Brandy Carney
f30b9889df
feat(searchbar): emit blur and focus events
...
closes #795
2015-12-22 15:57:53 -05:00
Tim Lancina
9395ed14f7
chore(gulp-publish): convert spawn stream to string if it's not
2015-12-22 14:23:24 -06:00
Adam Bradley
e4628d8997
Merge pull request #787 from 3dd13/fix-button-test-case
...
fixing the button test case
2015-12-22 10:13:27 -06:00
Adam Bradley
ca7b381961
Merge pull request #792 from troyanskiy/patch-1
...
feat(bootstrap): bootstrap custom providers
2015-12-22 09:19:17 -06:00
troyanskiy
eccb29138e
Custom providers
...
Added custom providers to bootstrap by adding "providers" parameter to args object
2015-12-22 13:09:02 +03:00
Adam Bradley
d15fdcf7fc
build(publish): gulp publish task
2015-12-21 17:11:03 -06:00
mhartington
4af71261cf
docs(tab): add section about select
2015-12-21 14:52:01 -05:00
mhartington
23fe9c6a85
docs(platform): updates
2015-12-21 14:25:17 -05:00
Adam Bradley
6c4dced0b6
feat(tabs): add change event
2015-12-21 10:45:01 -06:00
Adam Bradley
0dd6b2f4bd
feat(tabs): add select event to tab
2015-12-21 09:50:14 -06:00
Adam Bradley
f3e2f427bf
fix(slidingItem): remove scroll disabling
...
Closes #778
2015-12-21 09:03:33 -06:00
Eddie Lau 3dd13
054bdfdbaf
elementRef of Button is now a private _elementRef
2015-12-21 21:22:23 +08:00
Brandy Carney
b861c390dc
Merge branch 'searchbar-refactor'
2015-12-19 14:09:50 -05:00
Brandy Carney
b00b7bca6a
refactor(searchbar): fixed searchbar when undefined value is passed or no ngModel at all, fixed style of cancel button on hover
...
removed unused broken searchbar tests. references #247
2015-12-19 14:04:28 -05:00
Brandy Carney
42cc744544
Merge branch 'master' into searchbar-refactor
2015-12-19 12:46:44 -05:00
Adam Bradley
4f23e7e84c
chore(): remove dead code
2015-12-19 00:30:14 -06:00
Adam Bradley
8590a479ca
fix(typo)
2015-12-19 00:29:06 -06:00
Adam Bradley
1c718b9213
refactor(radio): query buttons via @ContentChildren
2015-12-19 00:27:30 -06:00
Adam Bradley
508a872251
refactor(segment): query buttons via @ContentChildren
2015-12-18 23:00:04 -06:00
Brandy Carney
ad4d160af9
refactor(searchbar): stop the input events and only use the searchbars input event
2015-12-18 19:32:25 -05:00
Brandy Carney
c40d71ae19
refactor(searchbar): moving logic out of directive and back into searchbar
2015-12-18 19:20:01 -05:00
Tim Lancina
bc82c4c337
update README.md
2015-12-18 18:15:12 -06:00
Brandy Carney
df035003f7
fix(searchbar): fix left align and add elementRef back to input component
2015-12-18 19:08:58 -05:00
Tim Lancina
8c421116fe
fix(package): add tooling/ to npm package
2015-12-18 17:56:54 -06:00
Tim Lancina
3ab3de56e3
chore(): have separate README for npm package
2015-12-18 17:55:18 -06:00
Brandy Carney
53dd312b39
refactor(searchbar): fixing event emitters, outputs and inputs, removing ngControl requirement from Searchbar
2015-12-18 18:04:15 -05:00
Drew Rygh
b6ec554695
docs(actionSheet): don't document param object properties as params
...
Closes #676
2015-12-18 16:19:37 -06:00
Brandy Carney
20585106ff
refactor(searchbar): WIP Angularizing searchbar
2015-12-18 16:41:52 -05:00
mhartington
0f64bccc43
chore(): prefix private methods
2015-12-18 15:39:22 -05:00
Drew Rygh
344619d7d7
docs(demos/slides): link to api demos
2015-12-18 14:05:05 -06:00
Adam Bradley
9596142a4f
feat(button): add color input
...
Closes #742
2015-12-18 12:31:35 -06:00
Brandy Carney
80b2579609
fix(radio/checkbox/toggle): fix the tab index attribute so you can tab to them
...
references #745
2015-12-18 13:15:41 -05:00
Adam Bradley
8b35fae3bd
fix(typo): change deTEction
2015-12-18 11:04:30 -06:00
Adam Bradley
c118009a7c
fix(menu): run gestures outside of zone
...
Closes #755
2015-12-18 10:58:08 -06:00
Adam Bradley
829442dffe
chore(decorators): move decorators up one directory
2015-12-18 10:32:24 -06:00
Brandy Carney
6559a98d4b
fix(tabs): fix CSS so user can set a color on ion-tabs
...
fixes #776
2015-12-18 11:30:31 -05:00