ng2-mentions
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "ng2-mentions", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Angular 2 mentions for text fields.", | ||
@@ -21,3 +21,3 @@ "keywords": [], | ||
"dependencies": { | ||
"angular2": ">=2.0.0-beta.15", | ||
"angular2": ">=2.0.0-beta.14", | ||
"systemjs": "0.19.26", | ||
@@ -24,0 +24,0 @@ "es6-shim": ">=0.35.0", |
@@ -12,2 +12,4 @@ # Angular 2 Mentions | ||
git clone https://github.com/dmacfarlane/ng2-mentions.git | ||
cd ng2-mentions | ||
npm install | ||
@@ -18,6 +20,8 @@ npm start | ||
Copy the mention folder into your own application. | ||
Copy the mention folder into your own application, or install the package as a dependency using: | ||
Add the dependancies to your index.html: | ||
npm install --save ng2-mentions | ||
Add the CSS and JS dependencies your index.html: | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> | ||
@@ -37,3 +41,4 @@ <script src="ext/textarea-caret-position.js"></script> | ||
- Remove debug (always) | ||
- Menu clicks not working in content editable | ||
- Improve NPM package structure | ||
- Fix menu clicks not working in content editable | ||
- Configurable prefix | ||
@@ -40,0 +45,0 @@ - Configurable limit on number of items shown via config |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24084
46
Updatedangular2@>=2.0.0-beta.14