removed webpack from angular how-to

This commit is contained in:
Spocke
2016-04-11 15:44:00 +02:00
parent 68082ad551
commit aaaa0dcc65
+1 -1
View File
@@ -6,7 +6,7 @@ description: This directive allows you to add a TinyMCE editor to your form elem
keywords: integration integrate angular angularjs
---
Integration with AngularJS is currently done through [angular-ui-tinymce](https://github.com/angular-ui/ui-tinymce) a third party module. This how-to shows you how to setup a project using [AngularJS](https://angularjs.org/), [tinymce](/docs/demo/basic-example/) and [webpack](https://webpack.github.io/).
Integration with AngularJS is currently done through [angular-ui-tinymce](https://github.com/angular-ui/ui-tinymce) a third party module. This how-to shows you how to setup a project using [AngularJS](https://angularjs.org/) and [tinymce](/docs/demo/basic-example/).
## 1. Setting up the project directory