Hi There,
I'm trying to use the grid control with our existing application written in angular (1.5.3).
I followed the steps when installing the bower package:
1. bower install syncfusion-javascript --save
2. added 'ejangular' into module dependencies as seen here: http://help.syncfusion.com/js/angularjs
I'm getting following error: Module 'ejangular' is not available!
Under bower_components only got ej.angular2.min.js, and bower.json is pointed into "syncfusion-javascript": "^14.2.26"
Any help greatly appreciated.