[AngularJS] Learning AngularJS: Why using nodeJS?

2015-03-20 Thread paulowebcoelho
Hello, I become a huge AngularJS fan recently I thing this is the future of web-development and that you are in the right direction. But there are many courses that are applying AngularJS with nodeJS but to be honest I am not getting it... Why to develop AngularJS with NodeJS if you can't

[AngularJS] Learning AngularJS: Why using nodejs?

2015-03-20 Thread paulowebcoelho
Hello, I become a huge AngularJS fan recently I thing this is the future of web-development and that you are in the right direction. But there are many courses that are applying AngularJS with nodeJS but to be honest I am not getting it... Why to develop AngularJS with NodeJS if you can't

[AngularJS] Preload QueryBulider

2015-03-20 Thread satish D
Hi, One thing I could not work out is how to preload the UI with a saved query/Json data(To maintain state management). Do you have any idea on how I could achieve this? Thanks, Satish D -- You received this message because you are subscribed to the Google Groups AngularJS group. To

Re: [AngularJS] Learning AngularJS: Why using nodejs?

2015-03-20 Thread Lorenzo Bugiani
Well, I think many courses talk about AngularJs and NodeJs only because with this configuration you can build an entire web application (frontend + backend) using only a language (js, obv). So, there's no reason to think that the best way to learn angular is using it with node. Angular is simply a

[AngularJS] Re: $scope does not change on element click

2015-03-20 Thread Sander Elias
Hi Nico, There where a couple of problems. I solved most of them in the updated fiddle http://jsfiddle.net/rsg5cLkg/1/. You should really read through the john papa's styleguide https://github.com/johnpapa/angularjs-styleguide! it will clarify a lot. If you are serious about angular, stop

[AngularJS] Re: Issue fetching data from JSON for flot chart

2015-03-20 Thread Sander Elias
Hi Rohit, I suspect there is a issue with your flot component. When you build us a plunk http://plnkr.co/edit/tpl:QzPKsT47fvBoPABDSCr4illustrating the issue, we can probably be of more help! Regards Sander -- You received this message because you are subscribed to the Google Groups

[AngularJS] Re: Learning AngularJS: Why using nodeJS?

2015-03-20 Thread Sander Elias
Hi Paulo, Well, actually, you don't need node at all. Not for your app at least. A lot of the tools you use to build/test your app use node. So yes, there is merit in having some knowledge off node, and No, it is not needed to run or use an Angular app. So, don't learn node if you just want to

[AngularJS] Re: $scope does not change on element click

2015-03-20 Thread Nico Nagel
Thanks for your answer and fiddle! Yes, I'm new to angular but I really want to learn it the right way. I will read through the styleguide and try again. Regards, Nico Am Freitag, 20. März 2015 13:48:31 UTC+1 schrieb Sander Elias: Hi Nico, There where a couple of problems. I solved most of

[AngularJS] Re: Learning AngularJS: Why using nodeJS?

2015-03-20 Thread Anthony Ettinger
node can be installed with a few commands. what do you mean it can't be installed on a server in an easy way? On Friday, March 20, 2015 at 12:42:50 AM UTC-7, paulowe...@gmail.com wrote: Hello, I become a huge AngularJS fan recently I thing this is the future of web-development and that you

[AngularJS] Re: http.get request return master.html file instead of data from the database.

2015-03-20 Thread Anthony Ettinger
It looks like you have html5 mode on in angular, but aren't handling the redirects server side properly? On Friday, March 20, 2015 at 7:44:15 PM UTC-7, John Lim wrote: hey guys i don't know why am i getting this kind of problem, and i can't seem to find any related issue on stackoverflow or

[AngularJS] Develop and publish angular directive in bower

2015-03-20 Thread Logesh Kumar R
Hi, I have been working in angular projects for around a year. I have keen interest in developing a directive or reusable module and publish as a bower module. Can any one guide me in this? I also appreciate guidance on best practices. Is there any boilerplate templates? I appreciate any kind

[AngularJS] Ng-hide-start -end propper use

2015-03-20 Thread Lic. Rodrigo Jimenez
Hi i far as i know the -start end -end directives should work on ng-hide in fact in my case the -start element did hide but the -end element is not anyone have a hint abount this tr ng-repeat-start=(ky, value) in item | groupBy: 'TipoMat1' ng-hide-start=get_sum('Venta', 'TipoMat1', ky,

[AngularJS] Re: Missed model updates?

2015-03-20 Thread Nathan Redding
Sorry it's been a while since I followed up with this, but felt I should update it for posterity. There is a bug submitted to Angular for this... although it is unclear whether the bug lies with Angular or Chrome/Safari. There are also a couple of workarounds posted. The bug report can be found

[AngularJS] PhantomJS 1.9.8 (Mac OS X): Executed 0 of 5 DISCONNECTED

2015-03-20 Thread Samuel Castro e Silva
Hi guys, I'm trying to perform my unit tests using karma + phantomjs, but when I try do execute I received this error: samuelcastro:ui samuel$ gulp unit [13:28:15] Using gulpfile /Applications/XAMPP/xamppfiles/htdocs/integritas/workspace/trunk/ui/gulpfile.js [13:28:15] Starting 'unit'...

[AngularJS] Re: PhantomJS 1.9.8 (Mac OS X): Executed 0 of 5 DISCONNECTED

2015-03-20 Thread Samuel Castro e Silva
I was able to fix it, I added the angular-mocks twice. But now I'm getting this error: 14:07:43] Starting 'unit'... PhantomJS 1.9.8 (Mac OS X) Unit: ApiTokens Controllers Data Functions should remove a token FAILED *Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!*

[AngularJS] angular and chrome.fileSystem

2015-03-20 Thread Alexandre LESAGE
Hello, I would like to display locals directories and files with chrome.System and angular. So I have a controller : angular.module('DirectoryBrowser', []) .controller('DirectoryBrowserCtrl', ['$scope', '$http', function ($scope, $http) { $scope.openModalChooseDirectory =

[AngularJS] Re: Recusive ng-include with depth 9 throws error 10 $digest() iterations reached. Aborting!

2015-03-20 Thread Vladimir Gorshunov
How did you fix this? Also stucked with this problem On Wednesday, January 23, 2013 at 2:59:55 AM UTC+3, AndrewM wrote: I tried a solution similar to what you are proposing without any luck. See the fiddle here for the crash using the directive method: http://jsfiddle.net/imagio/Zwq8e/

[AngularJS] AngularJS XMLHttpRequest

2015-03-20 Thread gaurav . raut
Hello, I am a big fan of angular js and i studying this technology from www.w3school.com. In my practice application i am calling a [webmethod] created in .net technology and i want to display the data which is return by webmethod through [AngularJS XMLHttpRequest ] action. when i given url

[AngularJS] $scope does not change on element click

2015-03-20 Thread Nico Nagel
Hi! In my code I would like to filter my variable $scope.products and change the score value. I do this on touchstart/click because it's a slider which should filter the results. Unfortunately it's not working and I can't figure out why :( Here is a fiddle: