75 Commits

Author SHA1 Message Date
91c6c1b2eb docs(popups) 2015-12-17 15:24:15 -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
12abc991f5 Merge branch 'master' into css-refactor 2015-12-09 17:20:13 -05:00
854d90f4c1 refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
references #689
2015-12-09 17:20:11 -05:00
f911ae5af2 docs(popup): link to api demo 2015-12-09 16:00:40 -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
3f79316d81 refactor(popup): changed elements to classes, fixed styling, removed unused css, added more sass variables
references #689
2015-12-07 12:04:58 -05:00
d8f235d09d fix color inheritance, core components should not contain colors 2015-12-04 23:23:55 -06:00
831ec87308 import mode globals in all mode components 2015-12-04 21:34:27 -06:00
5d3e9a4f99 Merge branch 'master' into css-refactor 2015-12-04 17:04:00 -05:00
28bb668d43 docs(api): add links to component sections 2015-12-04 13:55:43 -06:00
d833e747cb refactor(): move core component imports to mode component files 2015-12-04 13:07:40 -06:00
a6972095dd docs(popup): add back in template desc 2015-12-03 08:32:43 -06:00
65a93498db docs(popup): remove templateUrl docs 2015-12-02 09:05:41 -06:00
f6afdc2591 fix(popup): prevent popup flicker
Closes #669
2015-12-02 08:52:30 -06:00
f4d82f05ea fix(navController): update element caching
Also renamed setViews() to setPages(), and moved the index argument in
insert() to be the first arg.
Closes #641
2015-11-25 10:27:55 -06:00
bc8ff4070f refactor(sass): individual sass files import globals 2015-11-23 14:51:41 -06:00
e1c160eb54 refactor(overlay): use NavController 2015-11-21 19:18:47 -06:00
e43d0e6057 chore(popup): rename animation config
Closes #244
2015-11-10 21:42:42 -06:00
b364017ff2 fix(zIndex): ion-page dynamic zIndex 2015-10-31 14:01:23 -05:00
4f81e5b8c8 fix(popup): copied over the defaults so that the users opts will override them
This way if we want to let the user pass an animation for an individual
popup we can use that animation they pass over the default ones. Fixes
#342
2015-10-29 13:56:03 -04:00
744920949e test(popup): switched the order of the tests to test for subtitle being passed
references #342
2015-10-29 13:08:16 -04:00
7bd2ebe027 fix(popup): fixed subtitle passing between popups
this._defaults was getting all of opts properties added to it every
time a popup was opened, switched it so this_defaults wouldn’t be
modified and opts would get its properties. Closes #342
2015-10-29 13:08:16 -04:00
b27c7b0efa fix(popup): fix opactity of md buttons on activation
closes #348
2015-10-27 13:36:40 -04:00
4c53a4b554 chore(): rename IonicConfig to Config 2015-10-16 11:53:11 -05:00
0cac4d9a2e chore(): remove use of @View 2015-10-09 09:15:04 -05:00
141078f979 fix(popup): hide prompt on alert and confirm 2015-10-07 11:10:38 -05:00
5c17f82e7f remove ion- component prefixes for now
Closes #239.
2015-10-05 16:20:32 -05:00
b7d1d2debf Merge branch 'master' into alpha38
Conflicts:
	ionic/components/nav/view-controller.ts
	ionic/components/tabs/tab.ts
2015-10-05 11:47:45 -05:00
649e76167f fix(popup): Removed button type, it's throwing console errors
References #183
2015-10-05 12:41:47 -04:00
d4c2342414 feat(button): Added ability to give the button a "type" which will be converted to an attribute.
Note this is working for basic buttons but breaks in the popup
currently, that is a TODO. Changed the default to types for the popup
to an empty string. Closes #183
2015-10-05 12:37:50 -04:00
dc8c2e76b0 overlay wip 2015-10-04 22:48:18 -05:00
3324f3cc90 refactor(overlay): actionsheet/popup 2015-10-04 22:35:54 -05:00
5b0eda5be1 refactor(config): get/set/settings and unit tests 2015-10-02 15:23:08 -05:00
e013c26879 fix(popup): Fix iOS button hover, convert some values to sass variables
Fix indentations of sass values, references #183
2015-10-02 14:55:17 -04:00
3b2eb8452e chore(popup): Adding API comments for docs for popups
References #183
2015-10-02 14:40:19 -04:00
78224f35ea fix(popup): Fixed iOS styling
References #183
2015-10-02 14:40:18 -04:00
dcc76f7e8d chore(popup): Renaming context to opts
References #183
2015-10-02 14:40:18 -04:00
f158bf95a8 chore(popup): Removing opts variable as it isn't used
Fixing iOS styling. References #183
2015-10-02 14:40:18 -04:00
86a8175d3a chore(popup): Adding ability to pass cssClass
References #183
2015-10-01 18:11:38 -04:00
6a1c9aa159 chore(popup): Adding iOS styling per Ben
References #183
2015-10-01 18:11:37 -04:00
43505407b3 chore(popup): Added md mode animation's for popup and added to config
Removed the background from the md scss file. References #183
2015-10-01 13:29:50 -04:00
73597c0b42 fix(popup): Some variables were missing the default flag, also styled iOS more and got rid of some overrides
References #183
2015-10-01 11:38:34 -04:00
7c70da2212 chore(popup): Fixed MD button so it extends the clear button
References #183
2015-10-01 10:08:42 -04:00
3d36cc6e07 Styling some of the popups more - mostly MD mode. References #183 2015-09-30 15:05:39 -04:00
ee8403c6e6 chore(popup): add material design popup to md core sass file & convert values to variables
Added material design styling for the popup and removed some properties
from the core popup sass file
2015-09-29 14:57:00 -04:00
54d612bf65 fix(ripple): outline colors 2015-09-28 15:55:37 -05:00
510b1a0caf refactor(): radio/switch/checkbox 2015-09-26 21:27:05 -05:00