Commits (2)
- Marcelo Rivera authored
(feat): imported text-input-autocomplete directive and added the ability to include several trigger characters
fcae9001 - Mark Harding authored
[Sprint/HipsterHedgehog] (feat): enable autocomplete for @ tagging Closes #339 See merge request !390
ca207b88
Showing
| ... | ... | @@ -8,7 +8,7 @@ |
| "prebuild": "gulp build.sass", | ||
| "build": "ng build --prod", | ||
| "prebuild-dev": "gulp build.sass --deploy-url=http://localhost/en", | ||
| "build-dev": "ng build --output-path dist/en --deploy-url=/en/ --watch=true", | ||
| "build-dev": "ng build --output-path dist/en --deploy-url=/en/ --watch=true --poll=800", | ||
| "test": "ng test", | ||
| "lint": "ng lint", | ||
| "e2e": "cypress run --debug", | ||
| ... | ... | @@ -27,7 +27,6 @@ |
| "@angular/platform-browser-dynamic": "~8.0.3", | ||
| "@angular/router": "~8.0.3", | ||
| "angular-plotly.js": "^1.3.2", | ||
| "angular-text-input-autocomplete": "^0.3.0", | ||
| "bn.js": "^4.11.8", | ||
| "braintree-web": "3.41.0", | ||
| "core-js": "~2.6.2", | ||
| ... | ... | @@ -44,6 +43,7 @@ |
| "plotly.js": "^1.47.4", | ||
| "rxjs": "~6.5.2", | ||
| "socket.io-client": "^2.2.0", | ||
| "textarea-caret": "^3.1.0", | ||
| "tslib": "~1.9.3", | ||
| "webtorrent": "^0.103.0", | ||
| "zone.js": "~0.9.1" | ||
| ... | ... |