From bc5e533edc3678c4e6a8328c9038cac16b66183b Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Thu, 6 Oct 2016 17:35:06 -0400 Subject: [PATCH 1/7] :memo: updated all demo links Moved from Plunker to CodePen --- README.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 0ef7ddd..a2ddfe6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An Angular directive that creates a numeric keypad. [![MIT License][license_image]][license_url] [![Coverage Status][coveralls_badge]][coveralls_link] [![NPM version][npm_version_image]][npm_url] -> [:tv: **Plunker demo**][demo_custom_theme] +> [:tv: **All Demos**][demo_collection] _[Comments and Pull Requests welcome!][issues]_ @@ -85,7 +85,7 @@ while maintaining the aspect ratio of the keypad buttons. ``` -> [:tv: Simple Plunker demo][demo_basic] +> [:tv: Simple demo][demo_basic] #### `bc-number-model` @@ -105,7 +105,7 @@ attribute. The directive will use this number to set a hard limit on how many characters are allowed in the number model (`vm.numbers` in the example below). -> [:tv: Plunker demo for `max-length`][demo_length] +> [:tv: Demo for `max-length`][demo_length] ```html @@ -122,7 +122,7 @@ number model (`vm.numbers` in the example below). You can define a custom [Plug'n'Play button](#plug-n-play-buttons) type by passing in the name of any [valid (PnP) button](#availablepnpbuttontypes). -> [:tv: Plunker demo for Plug'n'Play button types with custom methods][demo_pnp_with_methods] +> [:tv: Demo for Plug'n'Play button types with custom methods][demo_pnp_with_methods] ```html @@ -139,7 +139,7 @@ any [valid (PnP) button](#availablepnpbuttontyp You can define a custom [Plug'n'Play button](#plug-n-play-buttons) type by passing in the name of any [valid (PnP) button](#availablepnpbuttontypes). -> [:tv: Plunker demo for Plug'n'Play button types with custom methods][demo_pnp_with_methods] +> [:tv: Demo for Plug'n'Play button types with custom methods][demo_pnp_with_methods] ```html @@ -166,7 +166,7 @@ allows you to track interaction or handle custom validation in your controller. | `$event` | Object | The original [event object][angular_event] from the `ng-click` | | `numbers` | String | The current value of [`bc-number-model`](#bc-number-model) | -> [:tv: Plunker demo for Plug'n'Play button types with custom methods][demo_pnp_with_methods] +> [:tv: Demo for Plug'n'Play button types with custom methods][demo_pnp_with_methods] ```html @@ -209,7 +209,7 @@ allows you to track interaction or handle custom validation in your controller. | `$event` | Object | The original [event object][angular_event] from the `ng-click` | | `numbers` | String | The current value of [`bc-number-model`](#bc-number-model) | -> [:tv: Plunker demo for Plug'n'Play button types with custom methods][demo_pnp_with_methods] +> [:tv: Demo for Plug'n'Play button types with custom methods][demo_pnp_with_methods] ```html @@ -246,7 +246,7 @@ You can pass in a custom method that will be called when the [backspace](#backsp interacted with **and** [`bc-number-model`](#bc-number-model) is already empty. This can be useful for allowing users to step backwards through a multi-part form. -> [:tv: Plunker demo for bc-empty-backspace-method][demo_backspace_empty] +> [:tv: Demo for bc-empty-backspace-method][demo_backspace_empty] ```html [:tv: Plunker demo for Plug'n'Play button types with custom methods][demo_pnp_with_methods] +> [:tv: Demo for Plug'n'Play button types with custom methods][demo_pnp_with_methods] ##### Available (PnP) Button Types @@ -336,7 +336,7 @@ Any defined [custom methods](#custom-methods) will still be called. By default the button is using a raw SVG version of [`ion-backspace-outline`][ionicons_backspace] from [ionicons][ionicons] since this allows you to customize the SVG styles with your project's CSS. -> [:tv: Plunker demo for custom button CSS][demo_custom_button_css] +> [:tv: Demo for custom button CSS][demo_custom_theme] ![Ionicons backspace icon][backspace] @@ -366,7 +366,7 @@ attached, but any defined [custom methods](#custom-methods) will still be called By default the button is using a raw SVG version of [`ion-log-in`][ionicons_submit] from [ionicons][ionicons] since this allows you to customize the SVG styles with your project's CSS. -> [:tv: Plunker demo for custom button CSS][demo_custom_button_css] +> [:tv: Demo for custom button CSS][demo_custom_theme] ![Ionicons submit icon][submit] @@ -385,7 +385,7 @@ This module exposes `bcKeypadConfigProvider` which can be used to set custom def directive. Setting options here will overwrite the directive's default options for all instances within your module. -> [:tv: Plunker demo for `bcKeypadConfigProvider`][demo_provider] +> [:tv: Demo for `bcKeypadConfigProvider`][demo_provider] ```javascript // ES6 Config Example @@ -416,7 +416,7 @@ This allows you to specify a custom template for the [backspace](#backspace) key By default it is using a raw SVG version of [`ion-backspace-outline`][ionicons_backspace] from [ionicons][ionicons] since this allows you to overwrite the SVG styles with CSS. -> [:tv: Plunker demo for `bcKeypadConfigProvider`][demo_provider] +> [:tv: Demo for `bcKeypadConfigProvider`][demo_provider] ![Ionicons backspace icon][backspace] @@ -431,7 +431,7 @@ This allows you to specify a custom template for the [submit](#submit) key. By default it is using a raw SVG version of [`ion-log-in`][ionicons_submit] from [ionicons][ionicons] since this allows you to overwrite the SVG styles with CSS. -> [:tv: Plunker demo for `bcKeypadConfigProvider`][demo_provider] +> [:tv: Demo for `bcKeypadConfigProvider`][demo_provider] ![Ionicons log in icon][submit] @@ -444,7 +444,7 @@ bcKeypadConfigProvider.setSubmitTemplate('Go'); The directive will use this number to impose a hard limit on how many characters the model can hold. This is useful for specific data items such as a phone number: -> [:tv: Plunker demo for `bcKeypadConfigProvider`][demo_provider] +> [:tv: Demo for `bcKeypadConfigProvider`][demo_provider] ![max-length demo][max_length_gif] @@ -473,7 +473,7 @@ styling. | `.bc-keypad__key-button--backspace` | `