[AngularJS] angular2 observable interval - Deal with out-of-order responses

2016-12-21 Thread Yashavanta
I have a scenario where I need to call a service method(which will call HTTP post method) repetitively until I get the results and for that I am using interval. In below code the getReportResultsList(id)method will be get called in the interval of 100 ms. The problem is, the server may take

[AngularJS] Re: Angular 2 material menu item ripple effect do not clears.

2016-12-21 Thread Sander Elias
Hi Amal, I have used menu many times without this problem. Can you provide a plunk showcasing your issue? That way, I can provide some real help to you! Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group

[AngularJS] Re: ng-table slow when select lot of elements

2016-12-21 Thread Sander Elias
Hi Davide, Have you tried timing your function? Iterating an array does not take seconds. $scope.selectAllRows = function() { console.time('forEach') $scope.model.rows.forEach(function(row) { $scope.model.selectedRows[row.id] = ($scope.model.allRowSelected == true) ? true : und

[AngularJS] Re: Launching webhelp from Angular app

2016-12-21 Thread Sander Elias
Hi bbb, Can't you stick in an anchor? like help ? Regards Sander -- 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 email to angular+unsubscr...@googlegroups.com. To post to th

[AngularJS] Re: How to extend datepicker directive with monthpicker in calendar pane?

2016-12-21 Thread Sander Elias
Update your project to 1.1.1? -- 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 email to angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googl

[AngularJS] Re: APP level configuration using a JSON file

2016-12-21 Thread Sander Elias
Hi Aditya, Use a service, and provide it in your top ngModule, it will be available wherever you inject it. Regards Sander -- 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 em

[AngularJS] ng-table slow when select lot of elements

2016-12-21 Thread Davide
Hi, I have a paginated ng-table with an high number of rows per page, up to 1000. All rows are selectable and i also have a select all checkbox to select all the rows in the page. This is the code for the select single row checkbox: . so in the $scope.model.selectedRows ob

[AngularJS] How to extend datepicker directive with monthpicker in calendar pane?

2016-12-21 Thread rubiashabnam0204
I am new to Angularjs, how can I extend 'md-datepicker' directive to implement clickable calender pane which gives month picker based on selected month-year it results as months . I know that we can achive this in angula

[AngularJS] Launching webhelp from Angular app

2016-12-21 Thread bbb
Hi, all :) I've followed the Angular 2 tutorial to create the Tour of Heros app (https://angular.io/docs/ts/latest/tutorial/). Now, I am trying to create a 'Help' link that launches webhelp. I have a webhelp folder containing a collection of interlinked html files with the home page thereof be

Re: [AngularJS] Complete newbie - php/angular.js 3 tier architecture

2016-12-21 Thread chandaniel112 via Angular
On Wed, 12/21/16, Christoph Zwerschke wrote: Subject: Re: [AngularJS] Complete newbie - php/angular.js 3 tier architecture To: angular@googlegroups.com Date: Wednesday, December 21, 2016, 8:37 AM Am 20.12.2016 um 17:36 schrieb 'Hitendra Sahay'

[AngularJS] APP level configuration using a JSON file

2016-12-21 Thread aditya barve
Hello Everyone, I am new to Angular 2 framework. I am implementing a POC application. In my application I want to have application level configuration in a JSON file. I am having following requirement: - Configurations of the JSON file should be available in all the components. - Wit

[AngularJS] JSON configuration in angular 2 application

2016-12-21 Thread aditya barve
I am new to Angular 2. I want to maintain application level configuration in a JSON file. I have following requirement. 1) All the configuration parameters of the JSON file should be accessible in all the components. 2) Without recompilation application should reflect the changes of JSON file.

[AngularJS] Angular 2 material menu item ripple effect do not clears.

2016-12-21 Thread Amal Gupta
The ripples don't get removed in case of md-menu in angular 2 material. Below is the screen shot attached. The issue is coming on firefox and sometimes on chrome. Grey color do not get removed from the previously selected item.

[AngularJS] md-virtual-repeat on body scroll

2016-12-21 Thread Ananya Ojha
Hi All, Can you please help me out to load http call results into virtual list view with respect to body scroll? Thank you. -- 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 e