From eaf2c9e4d0309dee00717e3f23f74f5c8ae7f88d Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 22 Apr 2017 15:31:27 +1000 Subject: [PATCH] Make the content selector more explicit (contentFrom) --- modules/system/assets/ui/docs/popover.md | 6 ++++-- modules/system/assets/ui/js/popover.js | 11 +++++------ modules/system/assets/ui/storm-min.js | 7 +++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/system/assets/ui/docs/popover.md b/modules/system/assets/ui/docs/popover.md index 89ce8e75d..f34c1240c 100644 --- a/modules/system/assets/ui/docs/popover.md +++ b/modules/system/assets/ui/docs/popover.md @@ -18,7 +18,7 @@ You may add `data-control="popover"` to an anchor or button to activate a popove ### Template content -Define the popover content as a template and reference it with `data-content="#myPopoverContent"`. +Define the popover content as a template and reference it with `data-content-from="#myPopoverContent"`. ```html