Re: [AngularJS] Re: Build # on the UI

2017-08-01 Thread Jagadesh Paladugula
We build using Jenkins. Jenkins will generate a unique build when ever it is built. eg. release_5.0.1 On Tue, Aug 1, 2017 at 5:14 PM, Sander Elias wrote: > Hi J, > > What build number do you want to show? What version of Angular(js) are you > using? how are you building your app? It's hard to h

[AngularJS] Build # on the UI

2017-08-01 Thread Jagadesh Paladugula
Hello Everyone, I have a requirement to show build number on the UI. Is there a way we can do it automatically. Are there any predefined values. Please share your thoughts/suggesstions to implement the same. -- Thanks & Regards Jagadesh -- You received this message because you are subscribed

Re: [AngularJS] Re: How to make a build for all environments

2017-07-20 Thread Jagadesh Paladugula
Ok. Thanks. On Thu, Jul 20, 2017 at 2:15 PM, Sander Elias wrote: > Not right now, but there is work being done on this. No timeframe set > though! > > -- > You received this message because you are subscribed to the Google Groups > "Angular and AngularJS discussion" group. > To unsubscribe from

Re: [AngularJS] Re: How to make a build for all environments

2017-07-20 Thread Jagadesh Paladugula
Ideally it will work. But my build time will be increased by n number of times. Is there a better way. On Thu, Jul 20, 2017 at 12:03 PM, Sander Elias wrote: > Hi Jagadesh, > > you can use the output-path parameter to specify a different path for each > environment. Something like: > > ng build

[AngularJS] How to make a build for all environments

2017-07-19 Thread Jagadesh Paladugula
Hello Everyone, We are using angular js 2 in one of our projects, and using angular-cli for building the projects. Right now, we have extracted the properties into environment.ts files, which include api endpoints and other things. and we have one file for each environment as per the documentati

[AngularJS] Coexistent of Angular1 and Angular2 Applications

2017-01-04 Thread Jagadesh Paladugula
Hello Everyone, We right now have an Angular JS app which is written on 1.4 Version. We are writing to build the new features in AngularJS2. Can both the applciations co-exisit. Will it have any pit fall, will the performace degrade happens? or will it improve? When I have searched for couple of

Re: [AngularJS] SEO - Problem with Google crawling in pages with dynamic content (loaded from external API)

2015-10-15 Thread Jagadesh Paladugula
Hi, I came across the same issue earlier, below two links should explain you the problem and solution. 1. https://scotch.io/tutorials/angularjs-seo-with-prerender-io?_escaped_fragment_=tag Explains easily about the problem and how to fix it. 2. https://developers.google.com/webmasters/ajax-crawl

Re: [AngularJS] async = false

2014-07-12 Thread Jagadesh Paladugula
Hi Raju, Try with Defered Object and promise objects, you can set the success callback and error callback for promise object. You have to maintain the status of the ajax call in the variable and when all the 4 variables are set populate the select boxes. Regards, Jagadesh On Sat, Jul 12, 201

Re: [AngularJS] Re: Intercept HTTP calls to prevent AJAX request and respond with data from memory

2014-07-11 Thread Jagadesh Paladugula
Hi, I have solved the same problem but with basic array object. Hope it helps you. Before firing the request, I check the array object with the key.*[In my case key is params string with the url]*. If the response is there, I serve the response from the array object, else I fire the request and

Re: [AngularJS] Re: Filtering on infinite scroll

2014-06-23 Thread Jagadesh Paladugula
Hi Kritesh, After looking at your mail, I would suggest to change the design. BTW, Angular js doesn't have the inbuilt component for infinite scroll and filter. When the filter is *NOT *applied you should fetch results from API 1 and when you scroll, you should fetch the next page records from t

Re: [AngularJS] New application, use .NET MVC with AngularJS or not

2014-06-23 Thread Jagadesh Paladugula
Hi Lar, As you said, .Net would be used for Restful Web Services. Whole of the UI layer should be in the Angular. There are many other components for Charting. eg. Highcharts, D3 Charts. etc Regards, Jagadesh On Tue, Jun 24, 2014 at 4:28 AM, Lar wrote: > Would I miss out on functionality by

Re: [AngularJS] Re: AngularJS working if I open the html file, not when I access the same html from the server url

2014-06-21 Thread Jagadesh Paladugula
Hi, The URL which you have given is not working. Could you give the valid URL. Regards, Jagadesh On Sat, Jun 21, 2014 at 11:19 AM, Manu Ram Pandit wrote: > Hi, > > Can you please open developer toolbar(press F12) and see what error > message you get in console. Probably angular.min.js is not

Re: [AngularJS] Popover on Select option

2014-06-02 Thread Jagadesh Paladugula
Hey, You should write a custom directive for the select box and in the post return function of compile section of a directive, you should initialise the popup over of bootstrap. Regards, Jagadesh On Mon, Jun 2, 2014 at 1:13 PM, Avinash Behera wrote: > Hello All, > > How can I show a popover o

Re: [AngularJS] Front End Developer 12+ Month Contract NYC

2014-05-30 Thread Jagadesh Paladugula
Can we work remotely. Regards, jagadesh On Fri, May 30, 2014 at 7:30 PM, Michael Ordan wrote: > Do you want to work in one of the most thriving areas of New York City? > Does working for a Fortune 500 company and one of the world's most admired > companies interest you? This is a highly sough

[AngularJS] Lazy Loading with Angular

2014-05-15 Thread Jagadesh Paladugula
Hello Everyone, Does Angular support lazy loading by default? If so, could any one provide some working examples. -- Regards Jagadesh -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from i