Pete BD

London, United Kingdom

Jun
10
comment Git Bash shell can't find java.exe
I also am having this problem. Anyone got any ideas?
Jun
4
awarded Nice Answer
Jun
4
awarded Enlightened
Jun
2
awarded Guru
May
22
comment AngularJS - Processing $http response in service
The value is stored in the deferred object, when it gets resolved.
May
21
comment AngularJS - Processing $http response in service
@GFoley83 - here you go: plnkr.co/edit/2yH1F4IMZlMS8QsV9rHv?p=preview. If you look at the console you'll see that the request is only made once.
May
18
comment AngularJS - Processing $http response in service
@GFoley83 - store the promise and return that each time. The promise can only be resolved once but once it has you can still attach then methods to it. (I think...)
Apr
25
awarded Nice Answer
Apr
16
awarded Popular Question
Apr
8
awarded Good Answer
Apr
4
awarded angularjs
Mar
15
comment Instantiate a CoffeeScript class from a class name in a string
This is equivalent to: class @Dog bark: -> "woof" className = 'Dog' dog = new this[className] alert dog.bark()
Mar
14
comment What kinds of things can cause ngSanitize to throw a Parse Error
Here is a plunker from your provided data that doesn't cause an error: plnkr.co/edit/imoSOemTl8qXu2jbscDR?p=preview I suggest that you take whatever file is causing the error and cut it in half, if that is still giving an error then cut it in half again, until you find what is causing the error.
Mar
14
answered $http gives "not allowed by Access-Control-Allow-Origin" error in Chrome
Mar
11
comment Does ng-include have memory-leak?
Try running it separately.
Mar
9
comment Does ng-include have memory-leak?
Not on my machine. Are you still running in Pnkr?
Mar
9
answered Does ng-include have memory-leak?
Mar
5
awarded Yearling
Feb
26
comment How do I "think in AngularJS" if I have a jQuery background?
Checkout out Angular-UI/Boostrap for jQuery-less examples of AngularJS components. Everyone: Listen to Josh - he is talking a lot of sense here!
Feb
15
answered angular-ui: datepicker seems to hang angularjs when showing button
1 2 3 4 5