[AngularJS] Re: Security in Angular.js

2014-01-01 Thread Daniel Tabuenca
Using HTTPS for serving scripts can help prevent man-in-the-middle attacks, and provide assurance that the script that is being executed came from the server specified in the SSL certificate. Angular js is no different than any other client-side technology, however, and the browser should not

[AngularJS] Security in Angular.js

2014-01-01 Thread Pushpendra Kumar
Hi All, Is there anyway to protect our javascript files like controllers,app.js or factories from the access of anybody on client side. Any hacker can download our script and after modification, put in cache and post fake data? Is there any way to prevent this hack

[AngularJS] Looking for a thesis topic on angular/javascript application frameworks

2014-01-01 Thread Sami Dan
Hi, I'm doing my masters in computer science and am looking for a research topic on angular or on javascript application frameworks in general. Any suggestions/recommendations would help. Thanks, -- You received this message because you are subscribed to the Google Groups "AngularJS" group.

[AngularJS] Re: Is there any node js driver for h2 database?

2014-01-01 Thread Uk Jo
thx. i will find the sample about the jdbc driver with node. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this g

[AngularJS] Re: Recompiling form causing issues

2014-01-01 Thread Daniel Tabuenca
I was able to see some of the previous code in the plunker history. I don’t know if it will solve your problem or not, but it’s probably better to compile the label and then attach it to the dom when you call its link function. Something like: var label= angular.element('field required'); $co

[AngularJS] Re: Recompiling form causing issues

2014-01-01 Thread Daniel Tabuenca
Can you check and make sure your plunkr is the way you wanted? Right now it seems like a hello world html with a half-done set of directives. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails

[AngularJS] Recompiling form causing issues

2014-01-01 Thread Martin MacPherson
While I think the built in form validation is pretty decent I would like to extend it to be more model-based for the following reasons: 1) I should be able to re-use the model validation client-side and server-side (nodejs) 2) I can automatically generate the client-side html (error labels). G

[AngularJS] Re: ngTransclude orphaning bug?

2014-01-01 Thread Daniel Tabuenca
I’ve spent some time with the angular code today looking at how transclusion is implemented, and it can get pretty complicated. The ng-transclude directive is pretty simple, it just takes the transclude function injected into the current context and calls it. However, when you have a hierarch

[AngularJS] ptor undefined

2014-01-01 Thread Felix Curtis
I'm trying to use Protractor. It gives me an error when I reference ptor.driver. var protractor = require('protractor'); console.log(protractor); prints { ActionSequence: { [Function] checkModifierKey_: [Function] }, ... var ptor = protractor.getInstance(); prints undefined var driver = ptor