[AngularJS] save both item and taxes array values at single update button in anjularjs 1

2019-01-04 Thread mahesh reddy
Hi, In dynamically added rows i have 2 arrays Please look at my screenshots https://ibb.co/F8scQ80 https://ibb.co/8Nn7Czc In dynamically added rows i am going to enter n no rows for each row i have one edit button after clicking of edit button it was displaying relevant values and

[AngularJS] push one array values to another array

2018-11-21 Thread mahesh reddy
I have 2 arrays named as taxes and subitems > $scope.taxes=[]; > $scope.subitems=[]; > how can we save taxes values to subitems? > In taxes array i have field names id and value > in the same way at subitems we have aid and text > if i done any modification on taxes that can be goes to subitems

[AngularJS] how to push one array values to another array

2018-11-21 Thread mahesh reddy
I have 2 arrays named as taxes and subitems $scope.taxes=[]; $scope.subitems=[]; how can we save taxes values to subitems? In taxes array i have field names id and value in the same way at subitems we have aid and text if i done any modification on taxes that can be goes to subitems here i have

[AngularJS] Edit functionality in child row

2018-11-20 Thread mahesh reddy
Could please any body help me edit functionality not working on child row https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css;> https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js";>

Re: [AngularJS] Re: Nested array

2018-11-01 Thread mahesh reddy
Hello You got any Idea where i have done mistake. Please let me know since it's very important in my project based upon ihave to do lot of. On Thu, Nov 1, 2018 at 4:50 PM mahesh reddy wrote: > Hi Sander Elias, > I have cut the code and paste it on note pad >

Re: [AngularJS] Re: Nested array

2018-11-01 Thread mahesh reddy
Can anybody tell me how to clear nested array filed if try to add new row using anjularjs On Wed, Oct 31, 2018 at 1:01 PM mahesh reddy wrote: > Thanks For your replay > But i need to add/delete rows in child row of parent row Could you please > tell me if you have any i

Re: [AngularJS] Re: Nested array

2018-10-31 Thread mahesh reddy
Thanks For your replay But i need to add/delete rows in child row of parent row Could you please tell me if you have any idea about this On Wed, Oct 31, 2018 at 12:21 PM Sander Elias wrote: > Hi Manesh, > > You can add/remove array elements by normal JS manipulation. The digest > cycle will

[AngularJS] Nested array

2018-10-30 Thread mahesh reddy
I want to add/delete rows in nested array using anjularjs Could any body help me -- 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

Re: [AngularJS] why super() call is not done by default while extending

2018-10-29 Thread mahesh reddy
Can any body tell me how to add/delete rows dynamically in nested ng repeat arrays using anjualrjs since 1 month onwards i am facing problem in this issue. Appreciatable if anybody help me to solve this issue. On Tue, Oct 30, 2018 at 11:24 AM wrote: > Hi All, > > I have been wondering why

Re: [AngularJS]

2018-10-26 Thread mahesh reddy
hi, My requirement is i want to add/delete rows in nested ng -repeat and nested array I.e means In child row i want add/remove rows dynamically. can you please suggest me. Thanks & Regards Mahesh Reddy On Sat, Oct 27, 2018 at 9:51 AM mahesh reddy wrote: > hi, > Can

Re: [AngularJS]

2018-10-26 Thread mahesh reddy
hi, Can you please share some sample code It can helpfull to me Thanks & Regards Mahesh Reddy On Sat, Oct 27, 2018 at 9:36 AM ACHARYA ANIL KUMAR wrote: > Hi , > > you can dynamically add nested array then put nested ng -repeat > > On Fri, Oct 26, 2018 at 8:50 PM ma

[AngularJS]

2018-10-26 Thread mahesh reddy
Can any body help me how to add child rows in subitems using anjularjs?? If any one know please let me know. -- 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,

Re: [AngularJS] Nested row in single row

2018-10-18 Thread mahesh reddy
; John > > On Thu, Oct 18, 2018 at 11:10 AM mahesh reddy > wrote: > >> Can any body suggest me how to add dynamic rows in child row using >> anjularjs and mvc?? Appreciatable if anybody help me >> >> -- >> You received this message because you

[AngularJS] Nested row in single row

2018-10-17 Thread mahesh reddy
Can any body suggest me how to add dynamic rows in child row using anjularjs and mvc?? Appreciatable if anybody help me -- 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

Re: [AngularJS] Re: Pdf

2018-10-16 Thread mahesh reddy
t; If you try either of the above solutions, let us know how it goes. > > On Tuesday, October 16, 2018 at 8:35:41 AM UTC+3, mahesh reddy wrote: >> >> Could anybody help me how to generate PDF report from HTML data using >> anjularjs??? Thanks if anybody help me >> > --

[AngularJS] Pdf

2018-10-15 Thread mahesh reddy
Could anybody help me how to generate PDF report from HTML data using anjularjs??? Thanks if anybody help me -- 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,

Re: [AngularJS] Re: AngularJS sometimes does not update view during navigation

2018-10-05 Thread mahesh reddy
Hi, Could any one help me how to add/remove rows in child row for particular parent row On Oct 5, 2018 9:07 PM, wrote: > Hello Sander, > > I am using $routeProvider. > > Regards > Ranga > > On Saturday, September 29, 2018 at 9:09:31 AM UTC+5:30, Sander Elias wrote: >> >> Hi Ranganathan, >>

Re: [AngularJS] Read the file directory location in angular js

2018-10-04 Thread mahesh reddy
If you need code let me know On Thu, Oct 4, 2018 at 7:09 PM mahesh reddy wrote: > Hi sir, > In my project I want to create some items in each row and then again > when I click add function it should open the new row again in that new row > I want to add subitems. > So for each

Re: [AngularJS] Read the file directory location in angular js

2018-10-04 Thread mahesh reddy
Hi sir, In my project I want to create some items in each row and then again when I click add function it should open the new row again in that new row I want to add subitems. So for each row it has some subitems. If you got what I am trying to say Can you please share your sample code. On

Re: [AngularJS] Dynamically added /remove in rows in sub items

2018-10-04 Thread mahesh reddy
I need sample code in anjualrjs On Thu, Oct 4, 2018 at 6:13 PM mahesh reddy wrote: > This is row add functionality > > $scope.myData = []; > //add functionality for each row > > $scope.myData = [ > { > Id:"&q

Re: [AngularJS] Dynamically added /remove in rows in sub items

2018-10-04 Thread mahesh reddy
This is row add functionality $scope.myData = []; //add functionality for each row $scope.myData = [ { Id:"", ProductID:"", ProductName:"", CategoryID:"", CategortName: "",

Re: [AngularJS] Dynamically added /remove in rows in sub items

2018-10-04 Thread mahesh reddy
de, let me know because I have done this in my project. > > Regards > Amit > > On Thu, Oct 4, 2018 at 5:31 PM mahesh reddy > wrote: > >> I want to add /remove dynamically rows in modal popup after clicking >> subitems in each row.I have been strug

[AngularJS] Dynamically added /remove in rows in sub items

2018-10-04 Thread mahesh reddy
I want to add /remove dynamically rows in modal popup after clicking subitems in each row.I have been struggled to solve this issue.Could any one help me???Thanks -- You received this message because you are subscribed to the Google Groups "Angular and