Tally Barak
Member since Dec 10, 2015
- Profile: /members/12967-tally-barak.htm
- Comments: 3
Recent Blog Comments By Tally Barak
-
Understanding The Role Of Static Methods In An Angular 2 Dependency-Injection Context
Posted on Aug 1, 2016 at 5:39 AM
God bless you for such a clear explanation. Any thought on how to disable webstorm "method can be static" message?... read more »
-
Using The $http Service In AngularJS To Make AJAX Requests
Posted on Dec 10, 2015 at 8:14 AM
@Tally, Gee - I was a REAL newbie. Thanks G-D I gained a lot more knowledge about *callbacks* since I posted this question...... read more »
-
Using The $http Service In AngularJS To Make AJAX Requests
Posted on Dec 10, 2015 at 8:11 AM
@Indio, You are right that they both do the same - make ajax calls to the server. But ajax call can be anything, this is a valid ajax request POST /server/getAllMyFatCats?me=1234 REST services have a more "strict" standard, so the above call will be something like GET /server/user/1234/... read more »