[AngularJS] Load data on demand in angular uiTreeGrid

2017-03-13 Thread DS ARCHANA
I want to load data on demand by calling a service on click of expand icon in UI Tree Grid (instead of loading data beforehand). Does UI Tree Grid support that? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe

Re: [AngularJS] Re: google-maps

2014-02-23 Thread Archana
Thanks! On Monday, February 24, 2014 11:35:38 AM UTC+5:30, Luke Kende wrote: > > Sorry man, I will point you in a good direction but won't hold your hand > to implement it. Follow the guide on the quick start link. > > > On Sun, Feb 23, 2014 at 11:00 PM, Archana > >

[AngularJS] Re: google-maps

2014-02-23 Thread Archana
There are many directives in the link you mentioned so i'm bit confused On Monday, February 24, 2014 11:30:24 AM UTC+5:30, Archana wrote: > > Thanks for your response Luke! > Can you guide me little more which directive to include in my project and > how > > On Monday,

[AngularJS] Re: google-maps

2014-02-23 Thread Archana
Thanks for your response Luke! Can you guide me little more which directive to include in my project and how On Monday, February 24, 2014 11:22:54 AM UTC+5:30, Luke Kende wrote: > > http://angular-google-maps.org/ > > On Sunday, February 23, 2014 10:42:36 PM UTC-7, Archana wrote: &

[AngularJS] google-maps

2014-02-23 Thread Archana
Hi. Can anyone suggest me how to include google-map in angular 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 angular+unsubscr...@googlegroups.com. To post

[AngularJS] creating radiobuttons and dropdown list dynamically??

2014-02-05 Thread Archana
Hi all. I want to create radiobuttons and dropdown list dynamically based on the value selected in menu. Can anyone please help me. Thanks -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails f

[AngularJS] Re: dynamic forms

2014-02-04 Thread Archana
Hi refer this link* http://jsfiddle.net/michaelahlers/z9SJ6/ * On Tuesday, February 4, 2014 4:36:01 PM UTC+5:30, Denis J. Cirulis wrote: > > Hello, > > I was thinking of a complex form for example a customer, where customer > object looks like: > > { >

[AngularJS] Re: ng-show

2014-02-03 Thread Archana
Can anyone please help me.. Thanks On Tuesday, February 4, 2014 11:35:27 AM UTC+5:30, Archana wrote: > > Hi. > I want to display radio buttons and dropdown menu on selection. now its > working with checkbox instead i want dropdown, > in which i have two values 1.Radio button 2

[AngularJS] ng-show

2014-02-03 Thread Archana
Hi. I want to display radio buttons and dropdown menu on selection. now its working with checkbox instead i want dropdown, in which i have two values 1.Radio button 2.options.when i click on radiobutton, buttons should be enabled/displayed and when i click on menu, dropdown menu should be enabled

[AngularJS] Re: accessing text area value

2014-01-30 Thread Archana
Thank you :) On Friday, January 31, 2014 10:33:29 AM UTC+5:30, Sander Elias wrote: > > here is part of the solution: > > $scope.raw_pubkey = $scope.pubkey.split('\n'); > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this grou

[AngularJS] Re: accessing text area value

2014-01-30 Thread Archana
here is the link * http://jsfiddle.net/LxJb6/* On Friday, January 31, 2014 10:06:00 AM UTC+5:30, Sander Elias wrote: > > Hi Archana, > > Build a plunk or fiddle that show's what you want. Perhaps that somebody > will go forth and help you. > You need a textarea with ng-mo

[AngularJS] Re: accessing text area value

2014-01-30 Thread Archana
Thank you for the reply sander :) ok i will build a plunk On Friday, January 31, 2014 10:06:00 AM UTC+5:30, Sander Elias wrote: > > Hi Archana, > > Build a plunk or fiddle that show's what you want. Perhaps that somebody > will go forth and help you. > You need a textarea

[AngularJS] accessing text area value

2014-01-30 Thread Archana
Hi all. I want to read the values from text area and display those values in dropdown menu and radio buttons. and one more question is how to read each value entered in text area seperately and display them as different options. Can any one please give me the solution for this Thanks -- You r

Re: [AngularJS] Re: validation

2014-01-28 Thread Archana
orm then variables like > myform.myInputField.$invalid gets set and based on that you can show alerts. > > Regards, > Aadithya > > > On Wed, Jan 29, 2014 at 12:10 PM, Archana > > wrote: > >> This is my form. http://jsfiddle.net/ZvQ64/. >> Any one please hel

[AngularJS] Re: validation

2014-01-28 Thread Archana
This is my form. http://jsfiddle.net/ZvQ64/. Any one please help me Thanks On Wednesday, January 29, 2014 12:05:33 PM UTC+5:30, Archana wrote: > > Hi all. > i want to validate two input fields, if empty then i want to display alert > as "fields are empty" else the values e

[AngularJS] validation

2014-01-28 Thread Archana
Hi all. i want to validate two input fields, if empty then i want to display alert as "fields are empty" else the values entered in input fileds should be added to row below in the table. but whats happening here is it is built in validation but i want to display ale

Re: [AngularJS] Re: Login form

2014-01-19 Thread Archana
Ok I will try, Thank you :) On Monday, January 20, 2014 12:50:12 PM UTC+5:30, Steve Lorimer wrote: > > ng-show is an attribute directive on an html element. You specify a > javascript expression in the attributes value. Angular will evaluate the > expression in terms of the current controller's

[AngularJS] Re: Login form

2014-01-19 Thread Archana
Thank you for ur reply steve :) where should i mention ng-show can you please give more explaination On Monday, January 20, 2014 11:32:34 AM UTC+5:30, Steve Lorimer wrote: > > What I do: > > I have a navbar page which I ng-include in my main page > > In my navbar controller I expose a currentUs

[AngularJS] Re: Login form

2014-01-19 Thread Archana
+5:30, Sander Elias wrote: > > Hi Archana, > > Login to/from where? where is your usertype coming from? > you are giving us not much to be able to help. > > Regards > Sander > > -- You received this message because you are subscribed to the Google Groups "An

[AngularJS] Login form

2014-01-18 Thread Archana
Hi. I want to make forms visible based on the usertype after clicking on login button. Please help me. 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 angu

[AngularJS] Re: Datepicker

2014-01-09 Thread Archana
Thank you very much sander!! :) On Thursday, January 9, 2014 2:23:40 PM UTC+5:30, Sander Elias wrote: > > Archana, > > You know I do this in my (very sparse) spare time don't you? If you need > solutions ASAP, I'm available for rent ;) > I cleaned up the mess in th

[AngularJS] Re: Add, Remove, hide and show html in a super set of html template

2014-01-08 Thread Archana
Hi. yes you can do. in one module you can have routings for different views and controllers. once you go through sample application in github and you can know the structure how the routings are done. On Thursday, January 9, 2014 12:55:03 PM UTC+5:30, Pushpendra Kumar wrote: > > Thanks Pan, > My

[AngularJS] Re: angular-pickadate - a no dependency datepicker made for angular

2014-01-08 Thread Archana
Hi! I tried with ur code but its not working and i have other dependencies in my project i'm not gettin how to include 'pickadate'. Thanks On Sunday, January 5, 2014 4:46:28 PM UTC+5:30, Gabriel Schammah wrote: > > https://github.com/restorando/angular-pickadate > angular-pickadate > > A simple

[AngularJS] Re: Datepicker

2014-01-08 Thread Archana
Hi Sander !! Waiting for ur reply... On Wednesday, January 8, 2014 3:07:09 PM UTC+5:30, Archana wrote: > > here is the link.i've included all my routing files now * > http://plnkr.co/edit/YL2G140TLfac3NWP7UYD?p=preview > <http://plnkr.co/edit/YL2G140TLfac3NWP7UYD?p=previe

[AngularJS] Re: Datepicker

2014-01-08 Thread Archana
here is the link.i've included all my routing files now * http://plnkr.co/edit/YL2G140TLfac3NWP7UYD?p=preview <http://plnkr.co/edit/YL2G140TLfac3NWP7UYD?p=preview>* On Wednesday, January 8, 2014 2:54:51 PM UTC+5:30, Archana wrote: > > ok i will do that :) thank you > >

[AngularJS] Re: Datepicker

2014-01-08 Thread Archana
ok i will do that :) thank you On Wednesday, January 8, 2014 2:50:58 PM UTC+5:30, Sander Elias wrote: > > now we are getting somewhere. > > So your problem is that your routing isn't working as you expect? > can you split out the needed parts to the needed files? > put the html you want to use as

[AngularJS] Re: Datepicker

2014-01-08 Thread Archana
Hi again. here is my link * http://plnkr.co/edit/YL2G140TLfac3NWP7UYD?p=preview * Problem what i'm facing is individualy without any dependencies its working fine but in my project, i'm unable to execute with all routings, dependencies On Wedn

[AngularJS] Re: Datepicker

2014-01-07 Thread Archana
Thank you very much for ur reply sander ! :) ya because there are many dependencies. the file which i have mentioned in plunker s one of the form and its controller in my project. what do you suggest. I'm struck with this problem.please help me Thanks On Wednesday, January 8, 2014 12:30:59 PM U

[AngularJS] Re: Datepicker

2014-01-07 Thread Archana
ya i have created a plunker and given the link, can u see that and tell me where is the issue On Wednesday, January 8, 2014 12:08:39 PM UTC+5:30, Sander Elias wrote: > > > Archana, > > If you want to get some serious help with your problem, create a plunker > where everything

[AngularJS] Re: Datepicker

2014-01-07 Thread Archana
when i include ['ui.bootstrap'] in the controller, its not executing. and when i remove that only today,s date is getting displayed. Anyone please help me Thanks On Wednesday, January 8, 2014 12:05:06 PM UTC+5:30, Archana wrote: > > Controller is not working, anyone please corre

[AngularJS] Re: Datepicker

2014-01-07 Thread Archana
Controller is not working, anyone please correct this function. On Wednesday, January 8, 2014 11:48:13 AM UTC+5:30, Archana wrote: > > Hi ! Can anyone please make this code work for me. > here is my link *http://plnkr.co/edit/bJayQ552HhMwowzh4NSE?p=catalogue > <http:

[AngularJS] Datepicker

2014-01-07 Thread Archana
Hi ! Can anyone please make this code work for me. here is my link *http://plnkr.co/edit/bJayQ552HhMwowzh4NSE?p=catalogue * Thanks -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubsc

Re: [AngularJS] Re: How to use two ng-app in same page

2014-01-03 Thread Archana
ebook <https://www.facebook.com/alonisser> > *Tech blog:*4p-tech.co.il/blog > *Personal Blog:*degeladom.wordpress.com > Tel:972-54-6734469 > > > On Fri, Jan 3, 2014 at 7:49 AM, Archana >wrote: > >> >> >> This is my example.js file. now m trying to

Re: [AngularJS] Controller

2014-01-03 Thread Archana
Thank you!! I will try On Saturday, January 4, 2014 11:03:50 AM UTC+5:30, Sander Elias wrote: > > Hi, > > Took a look at your plunk. It is erroring out all over the place, because > lots of the stuff you put in it isn't in the plunk. > However, your application needs routing. you put in an ng-vie

Re: [AngularJS] Controller

2014-01-03 Thread Archana
e > picker : I would create a plnkr like this - > http://plnkr.co/edit/z6cYI2KnriIuRMmBUV1K?p=preview > > > > On Fri, Jan 3, 2014 at 5:29 PM, Archana >wrote: > >> http://plnkr.co/edit/i1ZwRP1CvgKKfXvr1o4h?p=catalogue. Here is the >> link.example.html,exampl

[AngularJS] Here is my code for controller and view. Please help me

2014-01-03 Thread Archana
here is my code. here<http://www.google.com/url?q=http%3A%2F%2Fplnkr.co%2Fedit%2Fi1ZwRP1CvgKKfXvr1o4h%3Fp%3Dcatalogue&sa=D&sntz=1&usg=AFQjCNHdKDoZX3tEq48MmRjBqrs2TO6K6Q>. I'm trying to code for datepicker. Please do the needful. regards, Archana -- You received this

Re: [AngularJS] Controller

2014-01-03 Thread Archana
http://plnkr.co/edit/i1ZwRP1CvgKKfXvr1o4h?p=catalogue. Here is the link.example.html,example.js,index.html are the three files m using. Thanks On Friday, January 3, 2014 5:11:03 PM UTC+5:30, Archana wrote: > > Thank you sander! can u please tel me how to put my code in plunker as m > n

Re: [AngularJS] Controller

2014-01-03 Thread Archana
Thank you sander! can u please tel me how to put my code in plunker as m new to dis On Friday, January 3, 2014 4:44:28 PM UTC+5:30, Sander Elias wrote: > > Hi, > > If you put your issue inside a plunk or a fiddle, most of us are happy to > help. Now all I can do is tell you you have a error in y

Re: [AngularJS] How to include my own controllers

2014-01-03 Thread Archana
PM UTC+5:30, Pushpendra Kumar wrote: > > write file example.js. > and include controller name in body or any div where you want your > controller to be covered. > data-ng-controller="controller name" > > Regards, > Pushpendra > > > On 3 January 2014 11:

Re: [AngularJS] Controller

2014-01-03 Thread Archana
style="margin-right:6px;">date > ng-model="datepicker.date" data-date-format="dd/mm/" bs-datepicker> > class="icon-calendar"> > > > > On Fri, Jan 3, 2014 at 11:32 AM, Archana > > wrote: > >> This is my e

Re: [AngularJS] Controller

2014-01-03 Thread Archana
Then you can add controllers dashBoardApp.controller('exampleCtrl', > function($scope){ > //Controller code goes here > }); > 3. Add the following in the view > style="margin-right:6px;">date > ng-model="datepicker.date" data-d

[AngularJS] Controller

2014-01-02 Thread Archana
> > This is my example.js file. 'use strict'; angular.module('dashboardApp'.controller('exampleCtrl', function ($scope) { }); in each and evry controller i should include dis 'dashboardapp' and conroller name 'exampleCtrl'. but i want to define my own controllers with this n

[AngularJS] How to include my own controllers

2014-01-02 Thread Archana
pls help me out. Thanks Archana -- 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 angula

[AngularJS] Re: How to use two ng-app in same page

2014-01-02 Thread Archana
This is my example.js file. now m trying to write code for datepicker but m > not getting.please do the needful.Thanks 'use strict'; angular.module('dashboardApp'.controller('exampleCtrl', function ($scope) { }); -- You received this message because you are subscribed to the

[AngularJS] Re: How to use two ng-app in same page

2014-01-02 Thread Archana
pls help me out. Thanks Archana > -- 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