chatorn-ketsom
chatorn-ketsom
Besides, when i tried removing ckeditor directive(attribute) from the textarea, everything was working fine. I also noticed that when adding the ckeditor directive to the textarea element, angular takes more...
the following snippet is the current state configuration: $stateProvider.state('create-item',{ url: '/item/new', controller:'ItemCreationCtrl', templateUrl: modulePath + 'items/views/itemCreate.html' }).state('edit-item',{ url: '/item/edit', controller:'ItemUpdateCtrl', params: {itemId: null, fromCreate: false}, templateUrl: modulePath + 'items/views/itemEdit.html' })...
Hi amitparrikar, I did add the following CSS as a daring workaround. div[ui-view]:nth-child(n+2) { display: none; } Hope this helps and don't judge me. hahaha