From e17437c6f9dc4e0d20bba24eec7bd0fca2806ff6 Mon Sep 17 00:00:00 2001 From: garlicnation Date: Mon, 27 Oct 2014 11:32:43 -0700 Subject: [PATCH] Update core-ajax docs to reflect new auto behavior --- core-ajax.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-ajax.html b/core-ajax.html index b8aafbb..6287ff0 100644 --- a/core-ajax.html +++ b/core-ajax.html @@ -20,7 +20,7 @@ on-core-response="{{handleResponse}}"> With `auto` set to `true`, the element performs a request whenever -its `url` or `params` properties are changed. +its `url`, `params` or `body` properties are changed. Note: The `params` attribute must be double quoted JSON.