From 0006fc1129909f3d251b048194766a7b52f2514c Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 3 Jun 2019 19:30:54 +1200 Subject: [PATCH] Add angular-xeditable to angular From my digging xeditable seems like the main option for angular edit in place https://vitalets.github.io/angular-xeditable/#overview I think it makes sense to ship with core & sooner rather than later so we don't get in muddles with different versions in extensions My sample afform using this is here https://github.com/totten/afform/issues/15 --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 9b1b32b524..80a5dbc3ad 100644 --- a/bower.json +++ b/bower.json @@ -32,7 +32,8 @@ "angular-sanitize": "~1.5.0", "smartmenus": "~1.1", "phantomjs-polyfill": "^0.0.2", - "es6-promise": "^4.2.4" + "es6-promise": "^4.2.4", + "angular-xeditable": "^0.9.0" }, "resolutions": { "angular": "~1.5.11", -- 2.25.1