[AngularJS] Chandra/NAM Info (Available Consultant's on SAP & Oracle EBS/Apps/ DBA & UI/ React/ Angular)

2020-07-07 Thread Chandra Nam
* *Best regards,* *Chandra* *732-993-5332* *732-328-9882* *chan...@nam-it.com* *www.Nam-It.com* <http://www.nam-it.com/> *2525 US Highway 130, BLDG D, Suite 2* *Cranbury, NJ 08512 * *USA | CANADA | INDIA * *MBE Certified Company , E Verify* -- You received this message because yo

[AngularJS] where to configure dxicons.woff2 files path to access from subfolder

2019-08-07 Thread Chandra
Hi, I am trying to deploy my angular project(built in angular 6) in subfolder or subsite in IIS however below files are not accessible even I tried by adding MIME type . however its working fine with root directly deployment. HTTP404: NOT FOUND - The server has not found anything matching t

[AngularJS] Re: directives not working with turn.js(javascript library)

2017-10-13 Thread chandra kant Paliwal
can you please update plunkr, i am also trying same but not working for me and i want to use ng-repeat with in template so On Friday, 21 March 2014 14:20:40 UTC+5:30, Bhuwan Arora wrote: > > The problem is solved. I shifted the code from controller to the link > function in directive and everyth

[AngularJS] Date is giving one values less then selected date

2017-08-31 Thread Alok Chandra Shahi
I am using Angular JS Material Design Date Time Picker. I am taking date in dd/MM/ format. When i am accessing value of this field it is giving one value less then selected date. E.g. Instead of 2017/08/31 it is returning 2017/08/30 -- You received this message because you are subscr

[AngularJS] External CSV file data to array

2016-09-19 Thread chandra . sannithi
Hi, I need load the data from external CSV file data to Array in Controller. Please help me. send me the code 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

[AngularJS] Re: Load the data from external CSV file to Application using Angularjs

2016-09-16 Thread chandra . sannithi
Thanks Sander On Friday, September 9, 2016 at 8:37:18 PM UTC+5, Sander Elias wrote: > > Hi Chandra, > > You need to parse your csv into arrays, then you can itterate over those > with ngRepaet. > > Something like this will work: > > let resultArray = strHol

[AngularJS] Load the data from external CSV file to Application using Angularjs

2016-09-08 Thread chandra . sannithi
Hi Friends, In My application data load from external CSV file data into tables using AngularJS. 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

[AngularJS] File listings from images folder within Project

2015-11-26 Thread chandra . swati2015
I am looking forward to display image gallery on UI with image names retrieved dynamically from image folder within project. I don't want to hard code image name for the same. Please let me know if AngularJS provide some functionality of this sort. Also I want to upload image to image folder wit

[AngularJS] Re: Get desktop notifications on change in status of a bug logged in database using angular js

2014-06-14 Thread Satish chandra
Any help please... On Thursday, June 12, 2014 10:33:59 PM UTC+5:30, Satish chandra wrote: > > Can i pin a web application in system tray ? > And then connect to a database and query and show notifications, if the > user has pending actions > > Example: > In a bug database,

[AngularJS] Get desktop notifications on change in status of a bug logged in database using angular js

2014-06-12 Thread Satish chandra
Can i pin a web application in system tray ? And then connect to a database and query and show notifications, if the user has pending actions Example: In a bug database, i have logged 5 bugs which are in open status Over a nite, the bug status have been changed to 30 asking for more information

[AngularJS] Re: AngularJS Expressions does not get evaluated, on changing localhost to different name in tomcat server 7

2014-06-12 Thread Satish chandra
ost")? > Do you just change the url you enter in the browser or do you also change > tomcat configuration? > > > On Wednesday, June 11, 2014 8:26:16 AM UTC+2, Satish chandra wrote: >> >> I have a Jsp page with angular js included. >> When i run the jsp as belo

[AngularJS] AngularJS Expressions does not get evaluated, on changing localhost to different name in tomcat server 7

2014-06-10 Thread Satish chandra
I have a Jsp page with angular js included. When i run the jsp as below, with local host by default using Tomcat 7, it works fine having 4 tabs and all angular expressions evaulated Bug Templates Available :*2* http://localhost:8080/new/BugDBWrapper.jsp But when i change the localhost to my compu

[AngularJS] Re: Restangular and POST

2014-04-16 Thread Sandeep Chandra
I will paste the question here as well I am trying to call Asp.Net WebApi method declared as: [HttpPost] [ActionName("Login2")] public bool Login(UserInfo userinfo) { return userinfo.Username == "sandeepsa" && us

[AngularJS] Restangular and POST

2014-04-16 Thread Sandeep Chandra
I am having issues with restangular calling Post. I have asked this question on Stackoverflow and none of the proposed solutions have worked. Please have a look at it here and let me know if Restangular will work

[AngularJS] Re: Unit test failing on a Controller when I have $rootScope.appName.toUpperCase() in a Service that's injected into the controller

2014-02-11 Thread chandra sekhar veera
Ok, problem solved!!! I've used angular.uppercase($rootScope.appName), instead of using the native API. On Tuesday, February 11, 2014 1:05:16 PM UTC-5, chandra sekhar veera wrote: > > The $rootScope.appName is set inside the run block, which could be the > reason the test case i

[AngularJS] Unit test failing on a Controller when I have $rootScope.appName.toUpperCase() in a Service that's injected into the controller

2014-02-11 Thread chandra sekhar veera
The $rootScope.appName is set inside the run block, which could be the reason the test case is failing, but I'm not sue. Here's the error trace, PhantomJS 1.9 (Mac) LOG: 'Login controller!' PhantomJS 1.9 (Mac) Login controller tests: LoginCtrl has been instantiated FAILED TypeError: 'undefined'