Re: [AngularJS] Re: Send heavy data from AngularJS to backend

2015-07-17 Thread Erick Engelhardt
exclusive button. Erick Engelhardt 21 99463-1994 On Fri, Jul 17, 2015 at 6:17 AM, Marco Mazzocchi wrote: > Ok thanks a lot! > > 2015-07-17 11:08 GMT+02:00 Sander Elias : > >> Hi Signor, >> >> If you have the data already in your angular app, you can generate the

Re: [AngularJS] Re: Filter on Nested Json

2015-07-17 Thread Erick Engelhardt
Following the discussion. I have the same problem right now. Erick Engelhardt 21 99463-1994 On Fri, Jul 17, 2015 at 6:21 AM, vladimir albert wrote: > Thanks Sander (second time that you help me :p ) > I'm not sure i understand what you mean ; should I do Json.Parse(data) >

Re: [AngularJS] multiple uploading file

2015-07-20 Thread Erick Engelhardt
Sanjib, Before thinking about uploading multiple files, I recommend reading this question <http://stackoverflow.com/questions/4083702/posting-a-file-and-data-to-restful-webservice-as-json> . Erick Engelhardt 21 99463-1994 On Mon, Jul 20, 2015 at 3:08 AM, Sanjib Nath wrote: > Hi

Re: [AngularJS] Who is caching my templates?

2015-07-29 Thread Erick Engelhardt
Install chrome extension "Cache Killer" Ou use Chrome Dev Tool -> Network -> Disable Cache Erick Engelhardt 21 99463-1994 On Wed, Jul 29, 2015 at 9:29 PM, César Barone wrote: > Hi, > > I am have some angular templates cache issues. > > When a deploy a new v

Re: [AngularJS] Who is caching my templates?

2015-07-30 Thread Erick Engelhardt
Do you use CloudFlare or similar service? There is an option to disable cache (equal to chrome dev tools) while you are developing. Erick Engelhardt 21 99463-1994 On Thu, Jul 30, 2015 at 9:30 AM, César Barone wrote: > Erick, > > Thanks for your response. In my development envi

Re: [AngularJS] Encryption for Security purposes in Angular JS

2015-07-31 Thread Erick Engelhardt
Hello. 1) Are you using SSL? 2) You can compress the package using Gzip and including a password 3) You can encode message using a custom function 4) Search for HMAC Erick Engelhardt 21 99463-1994 On Fri, Jul 31, 2015 at 10:51 AM, Entrytest Team wrote: > i am using angular and trying

Re: [AngularJS] Can angularjs change default download location of browser ?

2015-08-05 Thread Erick Engelhardt
That's impossible using angular. You can use an ActiveX or Java Applet that requires user's permission. Erick Engelhardt 21 99463-1994 On Wed, Aug 5, 2015 at 6:22 AM, Emmanuel DEMEY wrote: > Hi, > > I do not think so. I have never heard about a solution for

Re: [AngularJS] Re: read a local file in angular js

2015-09-11 Thread Erick Engelhardt
You should seek some integration with Java applets, activex... Em 11/09/2015 12:06, "Sander Elias" escreveu: > Hi, > > What do you need, you want your use to be able to drop an file into your > app or what? > Reading the local file system from within the browser is impossible. > (well, for a web-