[AngularJS] How to Retrieve values which are out of scope

2016-09-13 Thread Prasanna Kumar
Hi, I have two html files a.html and b.hmtl and respective controller a.js and b.js (say). I have text boxes inside a.html and I can retrieve in a.js controller using ng-model property with scope. $scope.. Now my question is , How can i retrieve the same values in b.js controller? -- You

[AngularJS] Angular 2 authentication?

2016-09-13 Thread Renato Souza de Oliveira
sorry for the English, I'm from Brazil is there any tutorial on authentication angular 2? the angular 2 has native authentication? -- 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,

[AngularJS] Re: Angular 2 RC6/7: Error while running component tests

2016-09-13 Thread Christopher Collins
I'd like to also add, I only get this error if I bind to the component's property with brackets, like this: If I don't use brackets, I get no errors, but the value comes in as a string, and not a number like I want. Can someone please confirm this is happening and I'm not just going crazy?

[AngularJS] Angular 1.5 and MVC 5 routing

2016-09-13 Thread Maxim Hash
Hey guys, could someone help with the issue https://stackoverflow.com/questions/39462319/angular-1-5-routingngroute-refresh-reload-issue-in-mvc-5/39462494?noredirect=1#comment66266015_39462494 Thx, Maxim -- You received this message because you are subscribed to the Google Groups "AngularJS"

[AngularJS] Katalyst Technologies Hotlist..!

2016-09-13 Thread stadi s
Hi Associates, Hope you are doing good..!! This is Santosh working with Katalyst Technologies .I am writing to find if you have any current requirements for below technology consultants. I would be really appreciated if you can add skum...@katalysttech.com to your distribution list

[AngularJS] Angular 2 RC6/7: Error while running component tests

2016-09-13 Thread Christopher Collins
Hello. I'm having an issue running my *tests* in RC6 and 7. The app runs perfectly in-browser with no errors, but when I run my tests I get, *"Can't bind to 'myInput' since it isn't a known property of 'my-component'."* "myInput" is defined on the component with "@Input() public myInput:

[AngularJS] directives attribute name dinamically

2016-09-13 Thread Manuel León
Hello In angular2, wanted to apply a directive to an input element with a specific class "myCurrencyFormatter" @Directive({ selector: '.myCurrencyFormatter' }) and this seems to work however need to do dinamically based on a parameter: this is not working (not

[AngularJS] Re: NON html component element DOM properties

2016-09-13 Thread Sander Elias
Hi Jan, Well, if you don't want to solve it using angular, you will need to re-ask the question on a place where the jQuery experts are. I don't know why your solution doesn't answer your question, that seems related to jQuery. Regards Sander -- You received this message because you are

[AngularJS] Re: NON html component element DOM properties

2016-09-13 Thread Jan Kozak
I don't think I'll get paid for research at the moment. I don't know the angular way. so hint would be appreciated. Jan On Monday, September 12, 2016 at 7:24:56 PM UTC+2, Sander Elias wrote: > > Hi Jan, > > Perhaps ask in a JQuery group? Or switch to the angular way of doing > things. Work your

[AngularJS] Re: Factory returns object literal with 'this' in it's functions

2016-09-13 Thread Zlatko Đurić
Enter code here... Everything is cool in this example (sorry for the bad pun). This is simply the JavaScript way of doing things. You have an object, that object has a property, which is a function, that function is bound to the object. All cool. What angular doesn't want you to refer to is

[AngularJS] Angular 2 RC6+ How to dynamically load a template using 1 class?

2016-09-13 Thread Roland Slegers
Hi there, I have seen examples, tried stuff, yet I failed to do the following: Dynamic Component Loading... - I looked at and tried out examples using the DynamicComponentLoader, but that became deprecated, before I was even finished. - I looked at and tried out examples using

[AngularJS] Angular RC 2 - Dynamically Render Components from a json file

2016-09-13 Thread Roland Slegers
0 down vote favorite I have seen examples, tried stuff, yet I failed to do the following: Dynamic Component Loading... - I looked at and tried out examples using the

[AngularJS] Debugging error in angular JS

2016-09-13 Thread Komal Mutreja
Hi Team , Facing error while debugging app in Angular JS as attached . Regards Komal -- 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

[AngularJS] NonAngular Applicaation.

2016-09-13 Thread Daniel Safiński
I have one question. I would like to start to automate almost nonAngular applications (we have some part of frontend where we use Agular, but huge part of applications is nonAngular) and I think about Protractor. Do you have any experince? Is it a good choice or maybe someone else have