File tree Expand file tree Collapse file tree 3 files changed +491
-76
lines changed
Expand file tree Collapse file tree 3 files changed +491
-76
lines changed Original file line number Diff line number Diff line change 9494 "node-sass" : " ^4.5.2" ,
9595 "rimraf" : " ^2.6.1" ,
9696 "rollup" : " ^0.42.0" ,
97- "rollup-plugin-sourcemaps" : " ^0.4.1" ,
98- "rollup-plugin-uglify" : " ^2.0.1" ,
9997 "rollup-plugin-commonjs" : " ^8.0.2" ,
10098 "rollup-plugin-node-resolve" : " ^3.0.0" ,
99+ "rollup-plugin-sourcemaps" : " ^0.4.1" ,
100+ "rollup-plugin-uglify" : " ^2.0.1" ,
101101 "rxjs" : " ^5.0.1" ,
102102 "standard-version" : " ^4.0.0" ,
103103 "systemjs" : " ^0.19.40" ,
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ export function throwMdePopoverMissingError() {
66 throw Error ( `mde-popover-trigger: must pass in an mde-popover instance.
77
88 Example:
9- <mde-popover #popover="mdPopover "></mde-popover>
10- <button [mdPopoverTriggerFor ]="popover"></button>` ) ;
9+ <mde-popover #popover="mdePopover "></mde-popover>
10+ <button [mdePopoverTriggerFor ]="popover"></button>` ) ;
1111}
1212
1313/**
@@ -17,7 +17,7 @@ export function throwMdePopoverMissingError() {
1717 */
1818export function throwMdePopoverInvalidPositionX ( ) {
1919 throw Error ( `x-position value must be either 'before' or after'.
20- Example: <mde-popover x-position ="before" #popover="mdPopover "></mde-popover>` ) ;
20+ Example: <mde-popover mdePopoverPositionX ="before" #popover="mdePopover "></mde-popover>` ) ;
2121}
2222
2323/**
@@ -27,5 +27,5 @@ export function throwMdePopoverInvalidPositionX() {
2727 */
2828export function throwMdePopoverInvalidPositionY ( ) {
2929 throw Error ( `y-position value must be either 'above' or below'.
30- Example: <mde-popover y-position ="above" #popover="mdPopover "></mde-popover>` ) ;
30+ Example: <mde-popover mdePopoverPositionY ="above" #popover="mdePopover "></mde-popover>` ) ;
3131}
You can’t perform that action at this time.
0 commit comments