From 910c49ce991bf677dffa5445d80f32ed95bc4011 Mon Sep 17 00:00:00 2001 From: Jordan Date: Sat, 23 Aug 2014 23:48:35 -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 dbac630..8af3b34 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., ```HTML 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., ``` 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).