Add angular-xeditable to angular
authoreileen <emcnaughton@wikimedia.org>
Mon, 3 Jun 2019 07:30:54 +0000 (19:30 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 3 Jun 2019 07:30:54 +0000 (19:30 +1200)
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

index 9b1b32b524da44ecaac6ddeee54c0a765f89b886..80a5dbc3adee55847c6303d40f6dd10339eed05b 100644 (file)
@@ -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",