[AngularJS] Re: Angularjs website Google fonts issue

2018-10-16 Thread Sander Elias
Hi Ramya, You don't need to install a special font in chrome to display Telegu as it seems quite capable of handling this by itself see: https://jsbin.com/zoxijubipe/edit?html,output Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and Angu

[AngularJS] Re: Angularjs website Google fonts issue

2018-10-16 Thread Sander Elias
Hi Ramya, I'm not sure your problem is related to the font. You might need to do some additional settings to let de crawlers know your site is using an alternate language. I could not find a direct answer to your question, but Google seems to have some promising results

[AngularJS] Re: Trigger events added with Angular?

2018-10-16 Thread Sander Elias
Hi Ahmand, There is no simple way to do this. You should contact the site-owner and discuss your use-case with them. It sounds as if they need to provide an API for some special use-case. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular an

[AngularJS] Re: Custom URL Protocol for Invoking Application: What if the key is not found in registry?

2018-10-16 Thread Sander Elias
Hi Akhil, I don't see how this is even remotely connected to angular ;) There is no clean solution AFAIK, however, you can try this helper library . It's not perfect, but the most robust solution I'm aware off. Regards Sander -- You re

Re: [AngularJS] Re: How to make Angular + Nativescript Slides

2018-10-16 Thread Alas de Laas
Hi Sander Thank you for your reply. I used the sample they gave, but the it throws the following exception: view Class is not a constructor. I already opened an issue, i am waiting Em ter, 16 de out de 2018 às 18:06, Sander Elias escreveu: > Hi Alas, > > Your second one should work, but y

[AngularJS] Re: How to make Angular + Nativescript Slides

2018-10-16 Thread Sander Elias
Hi Alas, Your second one should work, but you might want to raise an issue in their repo, where you ask for a sample with a more current angular. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscrib

[AngularJS] Re: How to Append data to array in angularjs ?

2018-10-16 Thread Sander Elias
Hi Pathum, An Array ([]) in JS is something different from an object ({}). You can’t mix and match those as you are

[AngularJS] Re: How to Append data to array in angularjs ?

2018-10-16 Thread Riccardo Sadocchi
The right syntax to initialize an empty array is schedule:any=[]; //or schedule: objectType[] =[]; and to add elements this.schedule.push(yourItem); Il giorno martedì 16 ottobre 2018 07:33:24 UTC+2, Pathum Lakshan ha scritto: > > > Here i have two array's, > schedule: any = {}; > tempschedule

[AngularJS] How to make Angular + Nativescript Slides

2018-10-16 Thread Alas de Laas
Hi? Please, in the last 3 days I have been working on how to make a slide on my nativescript+angular project following this: http://www.nativescriptsnacks.com/snippets/2016/05/21/intro-slides.html. But I couldnt make it work. I also tried imageSwipe at: https://github.com/PeterStaev/nativescrip

Re: [AngularJS] Re: Pdf

2018-10-16 Thread mahesh reddy
Thanks for giving Reply I need to generate PDF with session name with company logo On Oct 16, 2018 1:04 PM, "Richard Farkas" wrote: > We have an issue in our backlog to research this, starting with > > https://datatables.net/extensions/buttons/examples/ > initialisation/export.html > or > http

[AngularJS] Re: Pdf

2018-10-16 Thread Richard Farkas
We have an issue in our backlog to research this, starting with https://datatables.net/extensions/buttons/examples/initialisation/export.html or https://github.com/MrRio/jsPDF Currently we send a print-friendly view to the printer using the browser's default print function and ask users to choo