[AngularJS] How to list result Parse.Query to View html

2017-03-10 Thread Itacolomy Mariano
I have this situation ... In View {{namePlayer}} and angular ... $scope. namePlayer = {}; var EscalacaoObject = Parse.Object.extend("Escalacao"); var query = new Parse.Query(EscalacaoObject); query.find({ success: function(results) { //

[AngularJS] How to Impressing result Parse.Query to View html

2017-03-10 Thread Itacolomy Mariano
I have this situation ... In View {{namePlayer}} E no angular ... $scope.nomeCraque = {}; var EscalacaoObject = Parse.Object.extend("Escalacao"); var query = new Parse.Query(EscalacaoObject); query.find({ success: function(results) { //

[AngularJS] Como faço para imprimir o resultado de uma Parse.Query numa View

2017-03-10 Thread Itacolomy Mariano
Eu tenho a seguinte situação: Na view ... {{nomeCraque}} E no angular ... $scope.nomeCraque = {}; var EscalacaoObject = Parse.Object.extend("Escalacao"); var query = new Parse.Query(EscalacaoObject); query.find({ success: function(results) { //

[AngularJS] Re: Chaining multiple asynchronous (server-) calls in Angular 2

2017-03-10 Thread bkc
You didn't show the code for this.getUserProps or exactly what the error is. but I wonder if there's a 'this' binding issue going on, maybe this.getUserProps is calling 'this.http_connection.get' and failing because 'this' isn't the this you think you have? -- You received this message

[AngularJS] Re: Multiple template layout and form failures

2017-03-10 Thread Michael Glaser
App-shell, eh? Never heard of this. Thanks for the link. I will do some readings. I do have a question though...and feel free to point me back to that link. I like what you're saying and that sort of functionality is exactly what I will be implementing but is there some reason why this isn't

[AngularJS] Re: Angular2+ Routing with PathLocationStrategy used in HTML for content management

2017-03-10 Thread Martin Kuhn
Do you mean that it is not possible what I want? TIA Am Freitag, 10. März 2017 09:06:07 UTC+1 schrieb Sander Elias: > > Update, > > I can confirm the reloading indeed. not only with dynamic HTML, but also > with just static anchors. > > -- You received this message because you are subscribed

[AngularJS] Re: Angular - 2

2017-03-10 Thread Tushar Khairnar
On Thursday, December 31, 2015 at 2:57:28 PM UTC+5:30, Ankush Joshi wrote: > > Hello Guys, > > Can you pls suggest me some sites or pdfs to begin with angular2, I am > known with angular js .. but angular2 seems different.. so i need to study > it > > If possible please give me links for pdfs,

[AngularJS] Re: Angular2+ Routing with PathLocationStrategy used in HTML for content management

2017-03-10 Thread Sander Elias
Update, I can confirm the reloading indeed. not only with dynamic HTML, but also with just static anchors. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it,