From d23342ac571972c221ec76644f6ba2798f309fbd Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Wed, 15 Nov 2017 04:14:39 -0800 Subject: [PATCH] removed textAngular --- bower.json | 1 - public/modules/forms/forms.client.module.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 1de6a8fb..ae37555a 100755 --- a/bower.json +++ b/bower.json @@ -39,7 +39,6 @@ "socket.io-client": "^1.7.2", "css-toggle-switch": "^4.0.2", "angular-strap": "^2.3.12", - "textAngular": "^1.5.16", "angular-ui-select": "^0.19.8", "angular-bootstrap-switch": "^0.5.2", "jquery": "^3.2.1", diff --git a/public/modules/forms/forms.client.module.js b/public/modules/forms/forms.client.module.js index 592fe2c9..74379eea 100644 --- a/public/modules/forms/forms.client.module.js +++ b/public/modules/forms/forms.client.module.js @@ -3,6 +3,6 @@ // Use Application configuration module to register a new module ApplicationConfiguration.registerModule('forms', [ 'ngFileUpload', 'ui.date', 'ui.sortable', - 'angular-input-stars', 'users', 'ngclipboard', 'textAngular', + 'angular-input-stars', 'users', 'ngclipboard', 'frapontillo.bootstrap-switch', 'ngQuill' ]);//, 'colorpicker.module' @TODO reactivate this module