From ed34cf65cd3b726c5f24ea74192f56ef7f1621eb Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 25 Apr 2016 14:21:22 -0300 Subject: [PATCH] Support ckeditor in article edition --- bower.json | 4 +++- src/app/article/basic-editor.html | 2 +- src/app/index.ts | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 8bb8606..079c3bd 100644 --- a/bower.json +++ b/bower.json @@ -34,7 +34,9 @@ "angular-dynamic-locale": "^0.1.30", "angular-i18n": "^1.5.0", "angular-load": "^0.4.1", - "angular-translate-interpolation-messageformat": "^2.10.0" + "angular-translate-interpolation-messageformat": "^2.10.0", + "ng-ckeditor": "^0.2.1", + "ckeditor": "^4.5.8" }, "devDependencies": { "angular-mocks": "~1.5.0" diff --git a/src/app/article/basic-editor.html b/src/app/article/basic-editor.html index 5146869..1a08f99 100644 --- a/src/app/article/basic-editor.html +++ b/src/app/article/basic-editor.html @@ -5,7 +5,7 @@
- +
diff --git a/src/app/index.ts b/src/app/index.ts index 10a9c24..c2271ed 100644 --- a/src/app/index.ts +++ b/src/app/index.ts @@ -14,7 +14,7 @@ declare var moment: any; let noosferoApp: any = bundle("noosferoApp", MainComponent, ["ngAnimate", "ngCookies", "ngStorage", "ngTouch", "ngSanitize", "ngMessages", "ngAria", "restangular", - "ui.router", "ui.bootstrap", "toastr", + "ui.router", "ui.bootstrap", "toastr", "ngCkeditor", "angularMoment", "angular.filter", "akoenig.deckgrid", "angular-timeline", "duScroll", "oitozero.ngSweetAlert", "pascalprecht.translate", "tmh.dynamicLocale", "angularLoad"]).publish(); -- libgit2 0.21.2