Re: [Angular] File Download error:SyntaxError: Unexpected token M in JSON at position 0 Angular 11 HttpPost

2021-05-12 Thread Ajithkumar R
Hi sachin, Please check the post data and header. On Wed, May 12, 2021 at 12:24 PM Sachin Kulkarni < sachin.a.kulkarni...@gmail.com> wrote: > I am getting above mentioned error while trying to download a file in > angular 11. Status Code is 200 OK .Asp.Net Web Api is used to post file. > >

[AngularJS] Mark seats in a floor map

2020-05-23 Thread Hari Krishnan R K
I am trying to create an angular app with .Net backend. I have a floor map of an office. I want to mark specific seats in the floor in the map. Any idea how can i do the same dynamically? In the backend i have the table with the seat details as which row and column. is there anyway to do

Re: [AngularJS] Can Angular work with MVC project to create a separate page(s) added at runtime?

2020-03-01 Thread Bradley R
, February 29, 2020 at 10:58:46 PM UTC-5, Manjari Singh wrote: > > I think (explore NGINX server) , however you have to link somehow at least > one page to your VS app, I think > > On Sat, Feb 29, 2020 at 8:29 PM Bradley R > wrote: > >> hi, >> >> Have a Visua

[AngularJS] Re: Can Angular work with MVC project to create a separate page(s) added at runtime?

2020-03-01 Thread Bradley R
On Saturday, February 29, 2020 at 9:59:33 AM UTC-5, Bradley R wrote: > > hi, > > Have a Visual Studio MVC project. But need to have some new pages added > in, like a Welcome page or? that need to be done by another person/team > who does not use VS. So the page(s) hav

[AngularJS] Can Angular work with MVC project to create a separate page(s) added at runtime?

2020-02-29 Thread Bradley R
hi, Have a Visual Studio MVC project. But need to have some new pages added in, like a Welcome page or? that need to be done by another person/team who does not use VS. So the page(s) have to be maintained outside the project but run seamlessly as being dropped in to a project folder.

[AngularJS] Re: How to deploy Angular Nest api to VM?

2019-10-03 Thread Shunmugarajan R
at 1:24:34 PM UTC+5:30, Shunmugarajan R wrote: > > > I took the angular api build.I get 2 file(main.js and main.js.map) inside > of dist/app folder. I didn't get any index file.So I don't know how to > deploy the server. Please help me. > > Note: I am using Angular NX

[AngularJS] How to deploy Angular Nest api to VM?

2019-10-03 Thread Shunmugarajan R
I took the angular api build.I get 2 file(main.js and main.js.map) inside of dist/app folder. I didn't get any index file.So I don't know how to deploy the server. Please help me. Note: I am using Angular NX. -- You received this message because you are subscribed to the Google Groups

Re: [AngularJS] Re: WYSIWYG Editors for Angular

2019-10-01 Thread Robin R
I remember Winforms and you could even add controls in ASP.Net. I think with Angular though, you write the controls (components) yourself. It would be great if there is a WYSIWYG editor that had panels containing a UI components like modals, form elements, carousels, etc. from

Re: [AngularJS] VSS version control

2019-09-29 Thread Robin R
@Manjari Singh best answer. On Sat, Sep 28, 2019 at 11:43 AM Manjari Singh wrote: > If this is Microsoft vss > Uninstall vss from all other systems > Send daily evening code to one person who has vss, let him check in daily > evening > Check out daily morning > > On Sat, 28 Sep 2019 at 9:07

[AngularJS] Angular JS Pass json data to mvc controller in the form of list

2019-07-25 Thread Dhilip R
I need to pass json in the form of List to controller in Angular JS Post. I have tried to send data in form of Json to get it as list in the MVC controller. But when I did it , I get only row count at MVC Controller. The variables in the list are null Angular Js Controller

[AngularJS] Pass json data to mvc controller in the form of list

2019-07-25 Thread Dhilip R
I need to pass json in the form of List to controller in Angular JS Post. I have tried to send data in form of Json to get it as list in the MVC controller. But when I did it , I get only row count at MVC Controller. The variables in the list are null Angular Js Controller

[AngularJS] Angular 6 Workspace Project: Testing Library Can't resolve '@ngtools/webpack'

2018-09-24 Thread chris . r . gardner
I've created an angular 6 workspace project. It has two libraries. When I run ng test library-one, I receive the following: ERROR in Entry module not found: Error: Can't resolve '@ngtools/webpack' in ... Any ideas as to what might be going wrong? -- You received this message because you

Re: [AngularJS] Re: Module not found: Error: Can't resolve 'http'. Unable to serve Angular6 application with Jenkins Module

2018-09-10 Thread Renjith R
Not exactly, Sander. It is a Jenkins API, that can be used to access Jenkins which is already running and to pull information from that. Say for eg, if I need to know how many jobs are currently running, build a specific job programmatically, get the latest build info of a job etc.. Hope you get

[AngularJS] Module not found: Error: Can't resolve 'http'. Unable to serve Angular6 application with Jenkins Module

2018-09-09 Thread Renjith R
I am novice in Angular 6 (more appropriately Angular > 1). I am basically trying to pull some data from Jenkins and present in on an Angular backed UI application. At first, I followed the below tutorial to start with. https://programmingwithmosh.com/angular/angular-4-tutorial/ I ensured

[AngularJS] Passing Data From a Directive to Modal Controller.

2018-02-01 Thread Sreeraj R
Hi, I am trying to pass data from a *directive to a modal Controlle*r. But when I am trying to do that, the *data is loading up in the directive variable*, but while using that *in the modal controller the variable is shown as undefined*. Can any one suggest a way to implement this, Regards

[AngularJS] Deploy from local host to web server

2018-01-21 Thread Tami R
I've build my app with AngularJS version 1.6.1, and the API in Visual Studio, ASP.NET. Can someone tell me how to publish this project to a web server? I thought it would work if I cloned it off GitHub to the web server, but I'm getting an error trying to access the database. My app works

[AngularJS] How to refresh access_token of gmail login in angularjs.

2017-08-02 Thread Rajappa R
Hi, How to get a new gmail access token when it expired in angularJs Thanks in advance -- 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, send an email to

[AngularJS] Re: How do you load a component's template from a backend webserver?

2017-07-10 Thread R.
https://angular.io/guide/dynamic-component-loader -- 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, send an email to angular+unsubscr...@googlegroups.com. To

[AngularJS] Re: How do you load a component's template from a backend webserver?

2017-07-10 Thread R.
IMHO, with the current model of Angular, is not possible. I was concerned about that situation. Because all my ui components are available for any kind of users no matter his privileges -a user only must access its proper ui views, and not of the rest- when someone use devtools from Firefox or

[AngularJS] ng2/routing: Possible to access the 'data' property of a route without visiting it?

2017-03-22 Thread Pratik R
Hi, I was wondering if it was possible to access/retrieve the 'data' property of a route (set up when configuring routes) without actually visiting the route? So for example, say I have a route configuration as such: export const HeroesRoutes: RouterConfig = [ { path: 'about', component:

[AngularJS] Memory leaks while running e2e with angular-scenario

2016-10-07 Thread Mahalingaiah H R
Hi All, We are still using angular-scenario.js for running e2e tests. Our application is built with configuration .html5Mode(true); We have observed that new iframes are creating for running each test case and memory keep increasing while running e2e tests. After doing profiling, we came to

[AngularJS] how to make a Http request and behave according to the response status

2016-07-07 Thread manoja r
Hi, I have a requirement to call a RESTful webservice. The web service does not exist yet. so I tried to mimic the response from server. What I am supposed to do is that, 1. if web service responds with response_status=200 then just render the data 2. if web service responds with

[AngularJS] Full Stack Development Opportunity Midlands UK

2016-06-15 Thread r . lock
Hi, Just wondered in the attached role? The right person does need to have a full UK work visa and would need to be able to go on site at their office which is based in the Midlands UK, If you would like any further information please do reply or drop me an email r.l...@greenfield-it.co.uk

[AngularJS] Re: accessing factory variables from multiple controllers

2016-04-05 Thread Ravi Kiran R
Can we know how the controller are placed on view ? On Tuesday, 5 April 2016 05:04:30 UTC+10, Rj Ewing wrote: > > Hello, I'm new to angular and having trouble accessing the user from my > UserFactory. My NavCtrl isn't recognizing when UserFactory.user is updated > (after authentication) > >

[AngularJS] Not able to send Multiple json Objects in Post and Put Request as Request Body

2016-03-27 Thread Asaithambi R
We cannot pass multiple json object to spring REST (@RequestBody). But you can pass the single object by pushing all of your required objects within it. Ex. class MainObject{ private ManagerObj managerObj; private EmpObj empObj; } Here the main object contains the required objects which

[AngularJS] Angular 2 integration with Java spring 4

2016-03-27 Thread Asaithambi R
How do I use the angular 2 with spring 4 MVC ,please provide if any samples Thanks -- 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] Re: Roadmap to learn Angular 2 being new to MVC framework?

2016-02-02 Thread Bradley R
if youre new in mvc, spend hours checking out the microsoft virtual academy training, https://mva.microsoft.com/en-US/training-courses/introduction-to-asp-net-mvc-8322?l=nKZwZ8Zy_3504984382 the framework, you may try individual examples of things angular does, you could get used to version1

[AngularJS] How to replace text in MVC editorFor textbox using Angular?

2016-02-02 Thread Bradley R
In an MVC Edit View .cshtml file there is a textbox @Html.LabelFor(model => model.docLink1, htmlAttributes: new { @class = "control-label col-md-3" }) @Html.EditorFor(model => model.docLink1, new { htmlAttributes = new { @class =

[AngularJS] How to make Angular file upload work within MVC (New to Angular)

2016-01-28 Thread Bradley R
Enter code here... Select a File to Upload @*{{dropText}}*@

[AngularJS] Re: iOS 8 keyboard show "Return" instead of "Go" button for forms with ng-submit on input text focus

2015-10-27 Thread Ravi Kiran R
http://plnkr.co/edit/sLsOqQ?p=info Here a quick demo, to view the issue the page needs to be viewed on iOS device. On Monday, 12 October 2015 12:48:20 UTC+11, Ravi Kiran R wrote: > > Not able to find a workaround or fix the forms with ng-submit when the > input focus is on the "

[AngularJS] Re: ui-grid populated from json need to show different controls.

2015-10-14 Thread R
based on a binding type? Regards R On Wednesday, October 14, 2015 at 3:57:07 PM UTC+5:30, Sander Elias wrote: > > Hi R, > > Sure, use ngSwitch to show the control you need for that cell/row. If that > provides not enough flexibility, you can use ngInclude to dynamically load

[AngularJS] Re: ui-grid populated from json need to show different controls.

2015-10-14 Thread R
On Wednesday, October 14, 2015 at 1:42:29 PM UTC+5:30, R wrote: > > The checkbox and textbox must be shown as row cell-item.how do we template > row based on the json data. -- You received this message because you are subscribed to the Google Groups "AngularJS" group.

[AngularJS] ui-grid populated from json need to show different controls.

2015-10-14 Thread R
The checkbox and textbox must be shown as row cell-item.how do we template row based on the json data. -- 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] iOS 8 keyboard show "Return" instead of "Go" button for forms with ng-submit on input text focus

2015-10-11 Thread Ravi Kiran R
Hi All, Not able to find a workaround or fix the forms with ng-submit when the input focus is on. Regards, Ravi -- 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

[AngularJS] Re: iOS 8 keyboard show "Return" instead of "Go" button for forms with ng-submit on input text focus

2015-10-11 Thread Ravi Kiran R
Not able to find a workaround or fix the forms with ng-submit when the input focus is on the "return" button shows up in the iOS keyboard instead of "Go" button. Form is placed to wrap the input texts On Monday, 12 October 2015 11:54:02 UTC+11, Ravi Kiran R wrote: >

[AngularJS] store only an element from array in ng-model in

2015-09-29 Thread Louis R
Hi I have a select : Brand model's value:{{search.brand}} I would like the ng-model to only get the brand element of the selected option, and not the whole line of the array. each line of my array data looks like this : brand: "John Carper" fun: "0" gender: "male" id:

[AngularJS] Re: Browser back button

2015-07-21 Thread Rob R
Yes. Use a service. On Tuesday, July 21, 2015 at 10:37:53 AM UTC-5, Elangovan KS wrote: Hi, Here is my scenario. I have a search view where user enters some search criteria. On click of Submit button, I route to search results URL (view) and display results. Now on click of browser

Re: [AngularJS] Re: feature request: specify directive/attribute name using scope

2015-06-29 Thread Rob R
that make sense? Thanks for the discussion. John On Sun, Jun 28, 2015, 6:20 AM Rob R robr...@gmail.com javascript: wrote: Not sure how your switch statement plans on being implemented but couldn't you do this: directive-name obj-name={{obj.name} obj-val={{obj.val}}/directive-name

Re: [AngularJS] Hosting alternatives for javascript applications

2015-06-28 Thread ganaraj P R
. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout. -- Regards, Ganaraj P R -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop receiving

[AngularJS] Re: feature request: specify directive/attribute name using scope

2015-06-28 Thread Rob R
Not sure how your switch statement plans on being implemented but couldn't you do this: directive-name obj-name={{obj.name} obj-val={{obj.val}}/directive-name angular.directive('directiveName',directiveName); function directiveName() { var directive = { restrict:'E', templateUrl:

[AngularJS] Re: lazy load HTTP script inside HTTPS website

2015-06-28 Thread Rob R
Have you tried //api.map.baidu.com... instead of http://api.map.baidu.com ? On Wednesday, June 24, 2015 at 7:27:47 PM UTC-5, Jake K. wrote: Hello, I am trying to load Baidu map in my website which has HTTPS protocol. However I get the following error: Mixed Content: The page at

[AngularJS] ngresource service

2015-06-06 Thread R Suresh
Hi ngresource service example what different between http services and resource service why we can use resource services -- 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] How can i get limited records on json services in angular js

2015-06-05 Thread R Suresh
Hi, I am new person in angular js development environment How can i get limited records on json services in angular js Don't load full recorded in apps when i scroll the records are coming from json service i have tried infinite scroll in angular js it working but first time loading taken

[AngularJS] how to disable previous page when clicking on browser back button

2015-04-24 Thread Nandakumar R
HI, how to disable previous page when clicking on browser back button? -- 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 angular+unsubscr...@googlegroups.com. To

[AngularJS] Re: Unable to get npm install to work from angular-seed template

2015-03-29 Thread Ed R
Can you recommend another seed app to use? Am having problems getting yeoman to install also, so not sure what seed to use. -- 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] Unable to get npm install to work from angular-seed template

2015-03-28 Thread Ed R
Hey All, I have been trying to get the angular-seed template to run on my Windows 7 64 bit system and cannot get it to succeed on the npm install. I have tried it with node 10 and 12, 12 thorws other errors. I have tried removing everything I can find relating to node and reinstalling, have

Re: [AngularJS] Re: Multi Select using Ctrl key

2015-03-24 Thread Kumar R
Hello Satish Anjaneyappa, http://jsfiddle.net/maku/TXPJZ/ refer this link, i hope it's help you. http://argutech.blogspot.in Kumar Ramalingam about.me/kumarramalingam http://about.me/kumarramalingam [image: --] Kumar Ramalingam [image: http://]about.me/kumarramalingam

[AngularJS] Develop and publish angular directive in bower

2015-03-20 Thread Logesh Kumar R
Hi, I have been working in angular projects for around a year. I have keen interest in developing a directive or reusable module and publish as a bower module. Can any one guide me in this? I also appreciate guidance on best practices. Is there any boilerplate templates? I appreciate any kind

Re: [AngularJS] Re: RangeError: Maximum call stack size exceeded at Observable.extend.toJSON

2014-11-13 Thread ganaraj P R
receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout. -- Regards, Ganaraj P R -- You

Re: [AngularJS] Re: Some architectural advice please: Directives inside directives?

2014-11-13 Thread ganaraj P R
to this group, send email to angular@googlegroups.com. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout. -- Regards, Ganaraj P R -- You received this message because you are subscribed to the Google Groups AngularJS group

Re: [AngularJS] ngEurope videos

2014-10-28 Thread Kumar R
Thanks sander. Kumar Ramalingam about.me/kumarramalingam http://about.me/kumarramalingam [image: --] Kumar Ramalingam [image: http://]about.me/kumarramalingam http://about.me/kumarramalingam On Tue, Oct 28, 2014 at 10:02 PM, Sander Elias sanderel...@gmail.com wrote: Hi All,

Re: [AngularJS] Re: Cost of expression vs cost of function

2014-09-17 Thread ganaraj P R
, send email to angular@googlegroups.com. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout. -- Regards, Ganaraj P R -- You received this message because you are subscribed to the Google Groups AngularJS group

Re: [AngularJS] Why not put almost everything in a service and just use controllers as glue?

2014-09-15 Thread ganaraj P R
, Ganaraj P R -- 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 angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com

Re: [AngularJS] Shopping cart with checkout in angular JS

2014-08-20 Thread R tget
2014 00:35:39 UTC+2 schreef Eric Eslinger: You'll probably need to handle this in the typical fashion - store user session data in a session variable, either a session cookie, or stashed in a session store on your backend. e On Tue, Aug 19, 2014 at 12:21 PM, R tget r2g...@gmail.com

Re: [AngularJS] Shopping cart with checkout in angular JS

2014-08-20 Thread R tget
can't tell who actually paid for their products and who faked a PayPal callback. e On Wed, Aug 20, 2014 at 4:05 AM, R tget r2g...@gmail.com javascript: wrote: Yes, but in angular is there a way to get a unique session variable for a user? so that i can store this in the DB

[AngularJS] Shopping cart with checkout in angular JS

2014-08-19 Thread R tget
Hi im building a shopping cart now on checkout im using external payment modules. so its get redirected to another site for example paypal and then come back for a thank you page. but if a user selects a payment method and goes back, al the angular data is gone, cart is empty etc. what is the

[AngularJS] text area maxlength IE8 issue

2014-07-28 Thread balamurugan r
Hi guys, Can somebody please help me to fix maxlength issue in text area (IE8).. do we have any directive or filter for this in angularjs. Thanks a lot bala -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop

Re: [AngularJS] Re: AngularJS date as iso8601

2014-07-25 Thread ganaraj P R
an email to angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout. -- Regards, Ganaraj P R -- You received this message because

Re: [AngularJS] Get scope of angular module

2014-07-22 Thread ganaraj P R
/angular. For more options, visit https://groups.google.com/d/optout. -- Regards, Ganaraj P R -- 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 angular+unsubscr

Re: [AngularJS] Dynamically changing DOM structure

2014-07-15 Thread ganaraj P R
@googlegroups.com. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout. -- Regards, Ganaraj P R -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group

[AngularJS] Re: Bootstrap tabs are not working properly with angularjs

2014-07-07 Thread A n d r e w Ferguson
Thank you to everyone who contributed. I found it all very useful. On Wednesday, January 15, 2014 2:30:14 PM UTC-5, Adam Grant wrote: Awesome, I'll check it out, thanks! - Adam On Wednesday, 15 January 2014 11:06:48 UTC-8, Damir Vazgird wrote: Hey, even though you resolved the issue.

[AngularJS] Multiple Rows Update AngularJS

2014-06-22 Thread balamurugan r
https://lh4.googleusercontent.com/-GTu5LDhWufg/U6acSEQJebI/Ad4/KLanK0GNrWk/s1600/Untitled.png Hi Guys, I have got a requirement like image above.. I can create the rows with ng-repeat with textbox.like (employee in employees) but *how can i update the multiple scope if any change made

[AngularJS] Re: Multiple Rows Update AngularJS

2014-06-22 Thread balamurugan r
Thanks a lot Naveen. You are so great. Yes, i need to update multiple affected rows if user performs any changes to rows when update button gets clicked. I hope updateAuctionItems function in your example does that.. but r we checking any changes in that scope collection with existing values

[AngularJS] Re: how to add multiple pattern validation for single input control.

2014-06-20 Thread balamurugan r
HI guys, Can someone help me on this ? On Thursday, June 19, 2014 9:18:22 PM UTC+10, balamurugan r wrote: Hi guys, In my requirement, i need to validate the text entered by the user in the input element for below scenarios. Input Type should be Text , and validation should be performed

[AngularJS] Re: Client side validation on username

2014-06-20 Thread balamurugan r
Hi mate, The below links will help you to achieve this functionality. https://medium.com/@sammla_/angularjs-a-unique-validation-48d9e823e17e http://blog.brunoscopelliti.com/form-validation-the-angularjs-way#carbonads-container cheers On Friday, June 20, 2014 11:20:13 PM UTC+10, raju reddy

Re: [AngularJS] Re: how to add multiple pattern validation for single input control.

2014-06-20 Thread balamurugan r
-applications On Friday, June 20, 2014 5:56:48 AM UTC-4, balamurugan r wrote: thanks Diego.. I'm not sure about custom validation directive. anyway i will try to learn... thanks a lot On Friday, June 20, 2014 7:46:01 PM UTC+10, Diego Fernandez wrote: Hi Balamurugan, try to see

[AngularJS] how to add multiple pattern validation for single input control.

2014-06-19 Thread balamurugan r
Hi guys, In my requirement, i need to validate the text entered by the user in the input element for below scenarios. Input Type should be Text , and validation should be performed for number. We dont want that to be number type because it renders in different style in different browsers. And

Re: [AngularJS] Re: Angular Way to control a Directive from Controller?

2014-06-13 Thread ganaraj P R
. -- Regards, Ganaraj P R -- 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 angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com

[AngularJS] Custom Currency Directive

2014-05-28 Thread balamurugan r
Hi guys , i'm new to angularjs. i want to format the value shown below with angular directive.. can someone please help me to achieve this functionality in best way. Thanks scenario #1 input: 223000.56 output: +$2,23,000.56 scenario #2 input : 0.00 output: $0.00 scenario #3: input:

Re: [AngularJS] Custom Currency Directive

2014-05-28 Thread balamurugan r
ok. Can you please help me to do that.. Anyway i need to apply css right ? On Wednesday, May 28, 2014 8:26:33 PM UTC+10, Emmanuel DEMEY wrote: Hi I think you should have a look to AngularJS filter instead of directive. Manu Le 28 mai 2014 12:16, balamurugan r bala...@gmail.com javascript

Re: [AngularJS] Custom Currency Directive

2014-05-28 Thread balamurugan r
i want to return something like i class=class1 for + (green) / class2 for - (red)$bigger fontvalue without decimal/big.small fontdecimal valus(2)/small font On Wednesday, May 28, 2014 9:24:24 PM UTC+10, balamurugan r wrote: ok. Can you please help me to do that.. Anyway i need to apply css

Re: [AngularJS] How to post the data in AngularJS

2014-04-08 Thread Kumar R
Hi, Arun, refer this, http://argutech.blogspot.in/2013/11/angularjs-how-to-connect-angularjs-with.html i hope its helpful to you. On Mon, Apr 7, 2014 at 9:59 PM, Arun S.P sparun1...@gmail.com wrote: Hi All, What is the best way to post the data in AngularJS? I'm

Re: [AngularJS] Re: Calendar list

2014-03-29 Thread Kumar R
Hi, Siva, I hope its very useful to you. http://argutech.blogspot.in/2014/03/angularjs-calendar-ui-using-angularjs.html On Thu, Mar 20, 2014 at 10:54 AM, Siva Kumar siva.venkat...@gmail.comwrote: Hi friends, I want to display a monthly calender. Which was based on simple AngularJS .

Re: [AngularJS] E commerce portal using Angular JS

2014-03-29 Thread Kumar R
Hi, Dhruv Taneja, I hope its helpful to you http://argutech.blogspot.in/2014/01/angularjs-tutorials-filter-angularjs.html On 3/29/14, Dhruv Taneja dhruvtaneja1...@gmail.com wrote: Thanks Lorenzo. But I would really like to know how to use that filter with ng-repeat. A short demonstration

Re: [AngularJS] Fwd: Direct Client Requirement for the position of Business Systems Analyst - NJ - Mahwah

2014-03-28 Thread Kumar R
Hi, Vivek Suvarna, This is technical forum don't post your advertisement here! On Thu, Mar 27, 2014 at 9:05 PM, Vivek Suvarna viveksuv...@gmail.comwrote: Hi , I hope you are having a great day! We have an contract position with our Direct Client in *NJ - Mahwah * *Looking for

Re: [AngularJS] Re: Animate Z Index

2014-03-28 Thread Kumar R
Hi, refer this link : http://argutech.blogspot.in/2013/11/angularjs-nganimate-in-filter-array.html hope useful to you! On 3/27/14, calvin crane calvincr...@gmail.com wrote: Is this similar which didn't really get much traction I think as I didn't make a codepen etc..

Re: [AngularJS] Re: orderBy filter with spaces in field name

2014-03-24 Thread Kumar R
Hi Mark Volkmann, Refer this link, http://argutech.blogspot.in/2014/01/angularjs-tutorials-filter-angularjs.html I hope it's helpful to you. On Mon, Mar 24, 2014 at 12:18 PM, Sander Elias sanderel...@gmail.comwrote: Hi Mark, The property name gets feed into the $parse function, so the

Re: [AngularJS] Re: Animation not working

2014-02-15 Thread Kumar R
Hi Abhishek, I hope its very useful for you. http://argutech.blogspot.in/2013/11/angularjs-nganimate-in-filter-array.html Regards Kumar On Sat, Feb 15, 2014 at 4:08 AM, Abhishek abhishekwo...@gmail.com wrote: Hi Sander, Thanks for the pointers. On Sat, Feb 15, 2014 at 7:47 AM, Sander

Re: [AngularJS] Angular select/ng-options with '' instead of null?

2014-01-27 Thread Kumar R
Hi, I hope its useful. refer link: http://argutech.blogspot.in/2013/10/create-calculator-application-use.html and http://jsfiddle.net/Kumar_Weblogicx/f3LkE/ Thanks to advance! On Tue, Jan 28, 2014 at 7:49 AM, Robert Schooley robert.schoo...@gmail.comwrote: This post is highly ranked when

Re: [AngularJS] Re: Different animation with ng-view and ng-animate per route

2014-01-22 Thread Kumar R
Hello, I hope it's useful, refer this, http://argutech.blogspot.in/2013/11/angularjs-nganimate-in-filter-array.html On Wed, Jan 22, 2014 at 1:53 AM, Andreas Larsson al22...@gmail.com wrote: Hello Yair! This was really cool, great job on this! Den söndagen den 12:e januari 2014 kl.

Re: [AngularJS] angular js posting data

2014-01-22 Thread Kumar R
I hope its useful, refer : http://argutech.blogspot.in/2013/11/angularjs-how-to-connect-angularjs-with.html On Thu, Jan 16, 2014 at 9:14 AM, Aadithya C Udupa udupa.adit...@gmail.comwrote: Is there a reason why you are not using AngularJS Services to make a POST request? Something like

[AngularJS] Re: $routeProvider with a dynamic (function based) templateUrl: How to inject a new provider in the config

2013-12-24 Thread Brandon R
I have been trying something similar using an array to set up the routes for my page. The only way I could get it to work was by using the $get function directly to do my bidding: .provider('pages', function () { this.$get = function () { return [ { name: 'home', text: 'Home',