[AngularJS] Re: AngularJS Offline application using AngularJS

2017-07-17 Thread prayag ganoje
Thanks for the reply. Following additional code fixed the issue. app.controller('defaultController', function ($scope, $templateCache, $http) { console.log($templateCache.info()); $http.get("templates/About.html", { cache: true }).then(function (resp) {

[AngularJS] AngularJS Offline application using AngularJS

2017-07-16 Thread Prayag Ganoje
HI, I am experiencing one issue in *offline* mode application using *AngularJS*. Used *CACHE MANIFEST* to cache all the Templates, css and js Files in application cache. example While running the application *very first time after

[AngularJS] angularjs read request header

2016-10-14 Thread Prayag Ganoje
- Once the user is authenticated and authorized for access - the SSO agent would enrich the* http header section* with relevant user information and forward the request to the angular site. - Based on the presence of the authorization parameters in the header the user will

[AngularJS] Get current windows user name and domain information ?

2016-09-15 Thread Prayag Ganoje
I need Windows *userName and Domain* information on the landing page developed using AngularJS. Is there any way to get Windows userName and Domain name ? In ASP.NET MVC there is *HttpContext.Current.User.Identity.Name* to get this kind of information. Looking how to achieve similar thing

Re: [AngularJS] accordian control in angular2

2016-07-25 Thread Prayag Ganoje
rs, > Pawel > > On Mon, Jul 25, 2016 at 10:24 PM, Prayag Ganoje <prayag...@gmail.com > > wrote: > > Hello, > > > > Is there any way to create Accordian using Angular2 created using CLI ? > > > > -- > > You received this message because

[AngularJS] accordian control in angular2

2016-07-25 Thread Prayag Ganoje
Hello, Is there any way to create Accordian using Angular2 created using CLI ? -- 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

[AngularJS] what is a best way / tool to display data in grid using angular 2 ?

2016-07-21 Thread Prayag Ganoje
Hello guyz, I am looking for a best way or any tool available to display data in a grid using *angular 2* ? Features I am looking for: - Nested Grid - Pagination - Search - Sort - Filter and etc Thanks! -- You received this message because you are subscribed to the Google