[AngularJS] Add image in ui-grid PDF Header

2016-11-29 Thread Kiran A
Hi All, how to add image in ui-grid PDF Header when we export from ui-grid. -- Thanks and Regards, *Kiran A* -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an

[AngularJS] Response to preflight request doesn't pass access control check: A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true

2016-08-04 Thread Kiran A
wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'http://localhost' is therefore not allowed access. The credentials mode of an XMLHttpRequest is controlled by the withCredentials attribute. what configura

[AngularJS] Angula ng-grid not working on Angular+bootstrap+Modal

2016-06-26 Thread Kiran A
Hi, why ng-grid is not rendering on angular+bootstrap+Modal (pop up)? Plunker : http://plnkr.co/edit/p3gIAU5faE4rX5O85EpN?p=preview -- Thanks and Regards, *Kiran A* -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe

[AngularJS] Angula ng-grid not working on Angular+bootstrap+Modal

2016-06-26 Thread Kiran A
Hi, why ng-grid is not rendering on angular+bootstrap+Modal (pop up)? Plunker : http://plnkr.co/edit/p3gIAU5faE4rX5O85EpN?p=preview -- Thanks and Regards, *Kiran A* -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe

Re: [AngularJS] Learn Angular

2016-04-11 Thread Kiran A
gt; For more options, visit https://groups.google.com/d/optout. > -- Thanks and Regards, *Kiran A* -- 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 angula

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

2016-04-07 Thread Kiran A
gt; Visit this group at https://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- Thanks and Regards, *Kiran A* -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from

Re: [AngularJS] Angular JS UI Grid Display issue

2016-03-23 Thread Kiran A
Hi pravin, It is working for me so i suggested. On Wed, Mar 23, 2016 at 12:54 PM, wrote: > Thanx Kiran. > > I have used the same but it does not work for me. > > > > On Wednesday, March 23, 2016 at 10:21:41 AM UTC+5:30, Kiran A wrote: >> >> > ui-grid-resize-

Re: [AngularJS] Angular JS UI Grid Display issue

2016-03-22 Thread Kiran A
On Tue, Mar 22, 2016 at 6:17 PM, wrote: > Thanx Kiran for reply. > > But can you please tell me where to write this function. > > On Tuesday, March 22, 2016 at 5:46:59 PM UTC+5:30, Kiran A wrote: >> >> Add resize() function.it will work >> >> On Tue, Mar

Re: [AngularJS] Angular JS UI Grid Display issue

2016-03-22 Thread Kiran A
.com. > To post to this group, send email to angular@googlegroups.com. > Visit this group at https://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- Thanks and Regards, *Kiran A* -- You received this message because you are subscribed to the Goog

Re: [AngularJS] Re: $resource GET: how to get the JSON array?

2016-03-15 Thread Kiran A
;> {"thedata":[[116769240, 61.05], [116777880, 58.32], >> [116786520, 57.35], [116795160, 56.31]]} >> > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group a

Re: [AngularJS] $resource GET: how to get the JSON array?

2016-03-15 Thread Kiran A
; 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. > Visit this group at https://groups.google.com/group/angular. > For more options, visit

[AngularJS] Angularjs Admin template

2016-02-11 Thread Kiran A
Hi all, guys do you have any admin page angularjs templates. -- Thanks and Regards, *Kiran A* -- 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 angula

[AngularJS] Angularjs orderBy

2015-12-21 Thread Kiran A
Hi, How to sort or orderby in dropdown except one element. -- Thanks and Regards, *Kiran A* -- 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 angula

Re: [AngularJS] Re: how to pass Data from mvc controller to angular controller

2015-10-26 Thread Kiran A
end 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. > -- Thanks and Regards, *Kiran A* --

Re: [AngularJS] Re: using $watch within another $watch

2015-06-15 Thread Kiran A
Hi Alain , i tried your suggestion but it didn't worked. On Mon, Jun 15, 2015 at 10:33 PM, Alain Chautard wrote: > Did you try my suggestion? Does it help? > > On Sunday, June 14, 2015 at 9:10:10 PM UTC-7, Kiran A wrote: >> >> Hi Alian, >> >> flag and fflag

Re: [AngularJS] Re: using $watch within another $watch

2015-06-14 Thread Kiran A
}; > > $scope.$watch('fflag',function(newValue){ >console.log("flag1 value"+newValue) >if(newValue==202 && makepubpriHidden){ > $(".hidemain").hide(); > console.log("is it coming in 202--") >}els

[AngularJS] using $watch within another $watch

2015-06-12 Thread Kiran A
i want to hide element based on the flag value. i am not able to hide Email ID: {{userprofile.useremail}} element even if fflag==202 corp.directive('pubpri',function(){ console.log("is this pubpri is called--"); var directive = {}; directive.restrict = 'A'; direc

Re: [AngularJS] AngularJS controller problem

2015-05-29 Thread Kiran A
Sorry its todo not names On Fri, May 29, 2015 at 4:28 PM, Kiran A wrote: > Hi leesider, > > Try below code > > > > > > > > {{ x.name + ', ' + x.country }} > > > > > > > angular.module('myApp', []).contr

Re: [AngularJS] AngularJS controller problem

2015-05-29 Thread Kiran A
ashing', description: 'Clothes line'}, > {name: 'Buy milk', description: 'Do shopping'} > ]; > > } > [/CODE] > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe

Re: [AngularJS] Re: How can i put result in input type

2015-05-04 Thread Kiran A
Hi, freddy sidauruk below is the code for your problem. http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js "> multiply : var app = angular.module('myApp', []); app.controller('myCtrl', function($scope) { $scope.firstName= 10; $scope.lastName=20; $scope.mu

Re: [AngularJS] Re: Multiple JavaScript files accessing same Controller

2015-05-01 Thread Kiran A
s. But to > distribute a complex logic across several JavaScript files, I want those JS > files as well to use same Scope/controller. > > Thanks > > On Fri, May 1, 2015 at 9:49 AM, Kiran A wrote: > >> >> >> Hi varun, >> >> >> you can share the sam

[AngularJS] Re: Multiple JavaScript files accessing same Controller

2015-04-30 Thread Kiran A
Hi varun, you can share the same controller for different views On Wednesday, April 29, 2015 at 9:13:15 PM UTC+5:30, Varun Tyagi wrote: > > > Hi > > I have a scenario where I have different views and I want them to have > their respective JS files but all sharing the same controller. Is

Re: [AngularJS] Re: ng-repeat

2015-04-29 Thread Kiran A
i am using this Directive in many places so i need to do dom manipulation in the directive the directive is working fine...just i am not getting how to compile the Html file which i am loading via Ajax On Wed, Apr 29, 2015 at 3:05 PM, Sander Elias wrote: > Hi Kiran, > > don't mix in jQuery stuf

Re: [AngularJS] Re: ng-repeat

2015-04-29 Thread Kiran A
Below code is my directive 1.i am loading Html based on the requested page so i m not getting how compile that corpo.directive('corpInbox', function(companyFactory){ var directive = {}; directive.restrict = 'A'; directive.scope = { model : '=mgModel' } directiv

[AngularJS] ng-repeat

2015-04-29 Thread Kiran A
i am loading a html page which is out of angularjs app in a directive and i want the ng-repeat should work in that html page so how to do that. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving e

Re: [AngularJS] basic code not working

2015-04-29 Thread Kiran A
hi, the below code work's as your requirement name: hello: {{name}} var app = angular.module('myApp', []); app.controller('myCtrl', function($scope) { $scope.name= "jagdeep"; }); On Wed, Apr 29, 2015 at 12:22 PM, Doga wrote: > I've just started learning AngularJS and

Re: [AngularJS] Mutliple Module dependency

2015-04-28 Thread Kiran A
le like this, > > var topmodule= angular.module('topmodule', ['firstmudule', 'secondmudule']); > > my code doesnt work or you can say these module doesnt load. > > > On Wed, Apr 29, 2015 at 11:03 AM, Kiran A wrote: > >> hi, >> >&

Re: [AngularJS] Mutliple Module dependency

2015-04-28 Thread Kiran A
hi, you cant use two module instead You can create a top level module that will have your two modules as injected dependencies var topmodule= angular.module('topmodule', ['firstmudule', 'secondmudule']); and then in your html use: ng-app="topmodule" O

Re: [AngularJS] Mutliple Module dependency

2015-04-28 Thread Kiran A
hi, you cant use two module instead You can create a top level module that will have your two modules as injected dependencies var topmodule= angular.module('topmodule', ['firstmudule', 'secondmudule']); and then in your html use: ng-app="topmodule" On Wed, Apr 29, 2015 at 11:03 AM, Noman Y