[AngularJS] Pipe Decimal Problem

2016-04-10 Thread Adnan Salahuddin
Hi folks, I am getting error message about pipe EXCEPTION: Invalid argument '5' for pipe 'NumberPipe' in [{{skill.Rating | number:'1.1-1' }} in . what does that mean? How do i fix it? i am waiting for your response. Thanks in advance! -- You received this message because you are subscri

[AngularJS] Re: MVC 5 + Angular JS - Redirect to another website from controller action

2016-04-10 Thread Sander Elias
Hi Test... You should set your server to enable cors for your domain. There seems to be a difference in how you authenticate when using angular. Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscr

[AngularJS] Re: Stuck at PhoneCat Preparation Tutorial

2016-04-10 Thread Tito
its good to sometimes take a break. when you have been staring at the same code for hours you get cross eyed and miss the simplest things. On Saturday, April 9, 2016 at 9:48:43 PM UTC-7, Derek Lin wrote: > > I think I figured out what went wrong. I used this code as a base for the > tutorial: >

[AngularJS] Re: How to fetch id and src path from html into controller.

2016-04-10 Thread samiksha patil
Hi Sander, I am new for Angularjs. I tried to fetch id and src path from html ,but its not working. Can you help? Thanks, Samiksha -- 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, se

[AngularJS] Angularjs 2 + Typescript - Best way to learn

2016-04-10 Thread Hiren Modi
Hi Guys, I am planning to develop a complex enterprise application on angularjs 2 + typescript. Could you please help to me provide list of URLs to learn Angularjs 2 + typescript in-depth? Thanks, Hiren -- You received this message because you are subscribed to the Google Groups "AngularJS"

[AngularJS] Best Building Tool - Angularjs 2 + Typescript

2016-04-10 Thread Hiren Modi
Hi Friends, Please help me to know that what is the best app building application tool - angularjs2 + typescript. e.g. Gulp Also help to provide example, how to minified the typescript file, css and inject it in main HTML5 file e.g. index.html Thanks, Hiren -- You received this message becau

[AngularJS] Google Maps - Polygon to draw - Angularjs2 + Typescript

2016-04-10 Thread Hiren Modi
Hi Guys, Please help me to provide an example which help to draw google maps polygon using angularjs2 + typescript. This polygon should also provide dragging facility on maps. Thanks, Hiren -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To un

[AngularJS] Dynamically build the UI components + validation - Angularjs 2 + Typescript

2016-04-10 Thread Hiren Modi
Hi Guys, I need your help to get any example which helps me to generate the screen object dynamically in angularjs 2 + typescript. We do have such facilities in angularjs with dynamic js library, do we have anything similar in angularjs2. I also need to validate the dynamically generate HTML5

[AngularJS] Manage Multilayour/view in AngularJs 2 + Typescript.

2016-04-10 Thread Hiren Modi
Hi Folks, I need your help to know how to refresh the multilayout view in angularjs 2 + typescript. I have seen the google has implement the library called Router to navigate in pages but don't see how to handle multiview here. Similar like in angularjs 1, we have state provide which helps to h

[AngularJS] Save Variable Globally - AngularJs 2 + Typescript

2016-04-10 Thread Hiren Modi
Hi Guys, Please help me to know how to save the Json Variable values globally in the system developed in Angularjs2 + Typescript. In Angularjs 1, we were using Rootscope to globally declared the values to access. Is there any way to handle this in angularjs2 + Typescript? It would be good if y

[AngularJS] Multiselect checkbox inside a Drop down List - Angularjs2 + Typescript

2016-04-10 Thread Hiren Modi
Hi Folks, Please help me to find the Multiselect checkbox inside a Drop down list sample example in Angularjs 2 + typescript. Thanks, Hiren -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails

[AngularJS] Auto Completed Dropdown List Example - Angularjs 2 + Typescript

2016-04-10 Thread Hiren Modi
Hi Folks, Please help me to find the Auto complete drop down list sample example in Angularjs 2 + typescript. Thanks, Hiren -- 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

[AngularJS] Tree View Example - Angluarjs 2 typescript

2016-04-10 Thread Hiren Modi
Hi Guy, Please help to give any Tree View Sample Example build over AngularJs 2 + Typescript. Thanks, Hiren -- 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 angul

[AngularJS] Re: Angular 2 Stripe Component

2016-04-10 Thread Fabio Tisci
I've created one... even though is not updating properly after I get the successful payment: onSubmit(form):void{ this.form = form; this.clearError(); if(form.valid){ this.waiting = true; Stripe.card.createToken({ number: form.value.card_number,