Document list uses new alfresco-js-api package

This commit is contained in:
Will Abson
2016-06-06 10:13:28 +01:00
parent abd045dc4f
commit 69c47330f2
4 changed files with 6 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ npm install --save ng2-alfresco-documentlist
Add the following dependency to your index.html:
```html
<script src="node_modules/alfresco-core-rest-api/bundle.js"></script>
<script src="node_modules/alfresco-js-api/bundle.js"></script>
```
Also make sure you include these dependencies in your .html page: