Re: [AngularJS] Re: read data from serial port using angular2

2019-08-16 Thread Jitendra Rajauriya
we are using https://github.com/garrows/browser-serialport for serial communication in client side. when we using following after import in angular component SerialPort.list(function(err, ports) { console.log(err); console.log(ports); }); we got *Error: No access

[AngularJS] AngularJS - F5 restarts app

2019-08-16 Thread howard taylor
AngularJS v1.5.8 I have a fairly simple app that has only two pages - Home page and a page with a ui-grid that displays records. If you refresh the page through the browser or F5 it seems to restart the App and goes back to the Home page. I over came that by duplicating the route for the Home

[AngularJS] Image-cropper binding

2019-08-16 Thread ವಿದ್ಯಾಸಾಗರ್ ನಾಗಲಿಕರ್
I am using image-cropper control to crop image in angular, but I am facing issue in binding the image to that control. image-cropper uses the two properties to bind the image 1) imageChangedEvent:It will accept the input type as event(like file event). OR 2)

[AngularJS] binding image to image-cropper control

2019-08-16 Thread ವಿದ್ಯಾಸಾಗರ್ ನಾಗಲಿಕರ್
Hi, I am using image-cropper control to crop the image, but I facing issue in binding the image to that control, =>I am having image src getting from api but I am not getting how to bind it. ==>but in image-cropper control we can bind image using two properties 1)imageChangedEvent: it

Re: [AngularJS] Re: Performance Issue

2019-08-16 Thread Tito
not minified your code, but minified angularJS On Thursday, August 15, 2019 at 5:54:31 PM UTC-7, Fariza Tajuddin wrote: > > I already try to minified my code and it's still the same > performance.Maybe more fast but not much as expected?is it because the > browser version not supported or

Re: [AngularJS] Re: Performance Issue

2019-08-16 Thread Tito
https://code.angularjs.org/1.7.8/angular.min.js On Thursday, August 15, 2019 at 5:54:31 PM UTC-7, Fariza Tajuddin wrote: > > I already try to minified my code and it's still the same > performance.Maybe more fast but not much as expected?is it because the > browser version not supported or