It's look like this is an AngularJS related to your demo. You won't find any documentation in this mailing list, if you do not share the link of this tutorial.
2015-03-06 11:17 GMT+01:00 foysal foysal <[email protected]>: > Thanks *Johannes* for your quick response. But I would like to know about > *.get('session')*. I searched a lot in Google, but could not get any > reference. > > Thanks > > Foysal > > > On Fri, Mar 6, 2015 at 3:18 PM, Johannes Schneider <[email protected] > > wrote: > >> that's a js promise. see https://docs.angularjs.org/api/ng/service/$q >> the function given in then will be called with the return valueof >> get('session') if it succeeds. >> >> bg, >> Johannes >> >> Am 06.03.2015 um 10:11 schrieb foysal foysal: >> >> I got the below code in a tutorial. I would like to know more about >> .*get('session') >> *and* .then()*. >> >> >> Data.*get('session').then(*function (results) { }); >> >> >> Thanks >> >> Foysal >> -- >> 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 [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/d/optout. >> >> >> -- >> -- >> Mit freundlichen Grüßen >> >> Johannes Schneider >> Front-End-Entwickler >> >> Philippka-Sportverlag >> Rektoratsweg 36 >> 48159 Münster >> >> Tel.: 0251/23 005-27 >> Fax: 0251/23 005-79 >> www.philippka.de >> Philippka-Sportverlag GmbH & Co. KG - AG Münster HRA 9751 >> Persönl. haftende Gesellschafterin: Philippka Verwaltungs-GmbH >> AG Münster HRB 14729 - Geschäftsführer: Ferdinand Honig, Thorsten Krybus >> >> -- >> 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 [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- Emmanuel DEMEY Ingénieur Etude et Développement Worldline, an atos company +33 (0)6 47 47 42 02 [email protected] - fr.linkedin.com/in/emmanueldemey/ Twitter : @EmmanuelDemey -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
