Brandy Carney
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
Adam Bradley
d8f235d09d
fix color inheritance, core components should not contain colors
2015-12-04 23:23:55 -06:00
Adam Bradley
831ec87308
import mode globals in all mode components
2015-12-04 21:34:27 -06:00
Brandy Carney
5d3e9a4f99
Merge branch 'master' into css-refactor
2015-12-04 17:04:00 -05:00
Drew Rygh
28bb668d43
docs(api): add links to component sections
2015-12-04 13:55:43 -06:00
Adam Bradley
d833e747cb
refactor(): move core component imports to mode component files
2015-12-04 13:07:40 -06:00
Adam Bradley
a6972095dd
docs(popup): add back in template desc
2015-12-03 08:32:43 -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
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
Adam Bradley
bc8ff4070f
refactor(sass): individual sass files import globals
2015-11-23 14:51:41 -06:00
Adam Bradley
e1c160eb54
refactor(overlay): use NavController
2015-11-21 19:18:47 -06:00
Adam Bradley
e43d0e6057
chore(popup): rename animation config
...
Closes #244
2015-11-10 21:42:42 -06:00
Adam Bradley
b364017ff2
fix(zIndex): ion-page dynamic zIndex
2015-10-31 14:01:23 -05:00
Brandy Carney
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
Brandy Carney
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
Brandy Carney
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
Brandy Carney
b27c7b0efa
fix(popup): fix opactity of md buttons on activation
...
closes #348
2015-10-27 13:36:40 -04:00
Adam Bradley
4c53a4b554
chore(): rename IonicConfig to Config
2015-10-16 11:53:11 -05:00
Adam Bradley
0cac4d9a2e
chore(): remove use of @View
2015-10-09 09:15:04 -05:00
Adam Bradley
141078f979
fix(popup): hide prompt on alert and confirm
2015-10-07 11:10:38 -05:00
Tim Lancina
5c17f82e7f
remove ion- component prefixes for now
...
Closes #239 .
2015-10-05 16:20:32 -05:00
Adam Bradley
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
Brandy Carney
649e76167f
fix(popup): Removed button type, it's throwing console errors
...
References #183
2015-10-05 12:41:47 -04:00
Brandy Carney
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
Adam Bradley
dc8c2e76b0
overlay wip
2015-10-04 22:48:18 -05:00
Adam Bradley
3324f3cc90
refactor(overlay): actionsheet/popup
2015-10-04 22:35:54 -05:00
Adam Bradley
5b0eda5be1
refactor(config): get/set/settings and unit tests
2015-10-02 15:23:08 -05:00
Brandy Carney
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
Brandy Carney
3b2eb8452e
chore(popup): Adding API comments for docs for popups
...
References #183
2015-10-02 14:40:19 -04:00
Brandy Carney
78224f35ea
fix(popup): Fixed iOS styling
...
References #183
2015-10-02 14:40:18 -04:00
Brandy Carney
dcc76f7e8d
chore(popup): Renaming context to opts
...
References #183
2015-10-02 14:40:18 -04:00
Brandy Carney
f158bf95a8
chore(popup): Removing opts variable as it isn't used
...
Fixing iOS styling. References #183
2015-10-02 14:40:18 -04:00
Brandy Carney
86a8175d3a
chore(popup): Adding ability to pass cssClass
...
References #183
2015-10-01 18:11:38 -04:00
Brandy Carney
6a1c9aa159
chore(popup): Adding iOS styling per Ben
...
References #183
2015-10-01 18:11:37 -04:00
Brandy Carney
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
Brandy Carney
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
Brandy Carney
7c70da2212
chore(popup): Fixed MD button so it extends the clear button
...
References #183
2015-10-01 10:08:42 -04:00
Brandy Carney
3d36cc6e07
Styling some of the popups more - mostly MD mode. References #183
2015-09-30 15:05:39 -04:00
Brandy Carney
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
Adam Bradley
54d612bf65
fix(ripple): outline colors
2015-09-28 15:55:37 -05:00
Adam Bradley
510b1a0caf
refactor(): radio/switch/checkbox
2015-09-26 21:27:05 -05:00
Adam Bradley
3bd0b5c8ac
chore(): use class selectors in e2e
2015-09-22 11:25:27 -05:00
Adam Bradley
0a4e927312
chore(): sass vars should use background
2015-09-21 16:25:13 -05:00
Adam Bradley
3364414d24
use padding attribute
2015-09-18 21:58:44 -05:00
Adam Bradley
c118ef6054
rename all material.scss to md.scss
2015-09-17 22:02:11 -05:00
Drew Rygh
b95ddaafa2
docs: fix doc tags
2015-09-08 15:02:29 -05:00
Drew Rygh
d464f8f02c
docs: add descriptions and examples for core components
2015-09-06 18:02:26 -05:00
Adam Bradley
c41801c55f
css cleanup
2015-09-05 21:02:45 -05:00
Adam Bradley
cdf631dcaf
.ios and .md body class css structure
2015-09-04 23:54:00 -05:00