Ng-quill not working when deployed at Galaxy

There is a issue we are facing with ng-quill in Galaxy.

Even the ng-quill package 2.2.5 works successfully in local dev machine (Windows and Linux both). It fails to work when the app is deployed in Galaxy. I did not see any error logs in Galaxy.


v020
2017-02-14 17:35:40+05:30ng-quill@2.2.5 /app/bundle/programs/server/npm/node_modules/ng-quill
v020
2017-02-14 17:35:40+05:30quill@1.2.0 /app/bundle/programs/server/npm/node_modules/quill

Meteor version - 1.4.0.1

Code snippet is as below –

var toolbarModules = [‘bold’, ‘italic’, ‘underline’, ‘blockquote’, ‘link’, ‘image’, { ‘header’: 1 }, { ‘header’: 2 }, { ‘list’: ‘ordered’ }, { ‘list’: ‘bullet’ }, { ‘align’: }, ‘code-block’];
var toolbarFormats = [‘bold’, ‘italic’, ‘underline’, ‘blockquote’, ‘link’, ‘image’, ‘header’, ‘list’, ‘code-block’, ‘align’];
ngQuillConfigProvider.set({
toolbar: toolbarModules
}, ‘snow’, ‘placeholder’, toolbarFormats);

The HTML Code is as below -

As Galaxy logs are not showing any error, below is the screenshot of browser console error. -

Can anyone suggest please?

Thanks in advance.