From 9c381899bb6ed7271360d5c3bf7e4937e67b47c4 Mon Sep 17 00:00:00 2001 From: Jordan Date: Sat, 23 Aug 2014 23:48:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 569bbb0..dbac630 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,6 @@ help-overlay-stop: events being passed are the original chardin.js event objects. -Note: The chardin.js attributes will not work on elements that get replaced at compile time, particularly those that are angular directives with replace:true. The workaround for this is to enclose the directive with a simple html wrapper element (e.g., or a
) with the chardin.js attributes on it. +Note: The chardin.js attributes will not work on elements that get replaced at compile time, particularly those that are angular directives with replace:true. The workaround for this is to enclose the directive with a simple html wrapper element (e.g., ```HTML or a
```) with the chardin.js attributes on it. The example folder contains a modified example of the original chardin.js (i.e., minus the image animate).