Enter your query, example: how not cry when slicing onion or how to enter an Free Italian Sex Webcams?

Why use angularjs Videos

Responsive Web Design using AngularJS

This is one of the presentations from the February 2014 DFW Area AngularJS Meetup. Introduction on how to use AngularJS Services and Directives to handle ...

User Comments

https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
Cheers, really interesting video. I never thought about the mobile browser exp..they say design mobile first. Giving mobile a snappy feel is awesome
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Foxy rollins sharing is caring
https://lh6.googleusercontent.com/-KsIsLBx9a0w/AAAAAAAAAAI/AAAAAAAAABw/QFHWO4EI2m4/photo.jpg?sz=64
hi Jim Lavin am Umesh i am trying to do same as you but am getting error that Undefined is not a function. that function is 'isMobile()' so please give me some suggestion..please 
https://lh6.googleusercontent.com/-KsIsLBx9a0w/AAAAAAAAAAI/AAAAAAAAABw/QFHWO4EI2m4/photo.jpg?sz=64
okk..ill check it..n thnks 4 reply..have a nice day
https://lh5.googleusercontent.com/-OSUon8WUTso/AAAAAAAAAAI/AAAAAAAAC9o/Gu23uGIWJMk/photo.jpg?sz=64
If you are using the latest code from the GitHub repository, isMobile no longer exists. The new methods are isXs, isSm, isMd and isLg. Look at the source file responsive-directive.js to see the size breaks. Hope that helps.
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
what's the editor that you're using?
https://lh5.googleusercontent.com/-OSUon8WUTso/AAAAAAAAAAI/AAAAAAAAC9o/Gu23uGIWJMk/photo.jpg?sz=64
I use WebStorm. It does a great job for JavaScript projects.

Use ngStorage For All Your AngularJS Local Storage Needs

Use ngStorage in your AngularJS project to avoid having to serialize and unserialize your object data for saving and loading. View a written version of this ...

User Comments

https://lh6.googleusercontent.com/-OJmG3pLcTPI/AAAAAAAAAAI/AAAAAAAAAYU/D78dQ6_MEG0/photo.jpg?sz=64
Can I use this tutorial to save PHP $_SESSION to be used in websocket? Anyone's ideas and views welcome. Thank you
https://lh6.googleusercontent.com/-OJmG3pLcTPI/AAAAAAAAAAI/AAAAAAAAAYU/D78dQ6_MEG0/photo.jpg?sz=64
+Nic Raboy I am using PHP chat application with websocket. When I use websocket I failed to get SESSION values. And I came to know about this just yesterday. So I stored PHP SESSION variable in ngStorage as you taught. And now trying to use that in websocket. Thank you for fast response.
https://lh6.googleusercontent.com/-iQ4U13L9sks/AAAAAAAAAAI/AAAAAAAAPOo/dEnNAVGKXBo/photo.jpg?sz=64
+Tashi Paljor I am not a PHP pro, but I think $_SESSION is a server session, not to be confused with browser local storage. I'll let others respond with better answers.
https://lh5.googleusercontent.com/-7SdIeb7EZuY/AAAAAAAAAAI/AAAAAAAAAFw/qS1HptjeYoQ/photo.jpg?sz=64
how we save data even after when we refresh the page, when hit load, it shows up??
https://lh6.googleusercontent.com/-iQ4U13L9sks/AAAAAAAAAAI/AAAAAAAAPOo/dEnNAVGKXBo/photo.jpg?sz=64
Remember local storage / ngstorage / web store is only client side.
https://lh5.googleusercontent.com/-7SdIeb7EZuY/AAAAAAAAAAI/AAAAAAAAAFw/qS1HptjeYoQ/photo.jpg?sz=64
thanks for reply, they gave me a task to make registration and login form and my account page using angularjs web storage
https://lh6.googleusercontent.com/-iQ4U13L9sks/AAAAAAAAAAI/AAAAAAAAPOo/dEnNAVGKXBo/photo.jpg?sz=64
+nikolai ganovski ngStorage is a wrapper for local storage. Depending on how you're trying to use it, it should show up the next time you visit a page.
https://lh4.googleusercontent.com/-s1wILuV9TcI/AAAAAAAAAAI/AAAAAAAAAAk/hUzBbZy8tVY/photo.jpg?sz=64
Hallo Nic, if i have an array of objects instead of a single object, how can i print the certain properties of the object that i want?
https://lh6.googleusercontent.com/-iQ4U13L9sks/AAAAAAAAAAI/AAAAAAAAPOo/dEnNAVGKXBo/photo.jpg?sz=64
+thedethawk You would loop through it just as you would any other array of objects.I assume you would have something like:myObj = [{name: "Nic"}, {name: "Maria"}]$localStorage.myObj = myObj;$scope.myObj = $localStorage.myObjThen you would do something like this in one of your views:ng-repeat="obj in myObj"{{obj.name}}Hopefully that makes better sense.Regards,
https://lh6.googleusercontent.com/-aMHAQHGSqgQ/AAAAAAAAAAI/AAAAAAAABbs/SLj_7K6b234/photo.jpg?sz=64
Please also do an ionic example with ngStorage. Thanks. 
https://lh6.googleusercontent.com/-iQ4U13L9sks/AAAAAAAAAAI/AAAAAAAAPOo/dEnNAVGKXBo/photo.jpg?sz=64
+Matthias Krämer Yes it is identical.
https://lh3.googleusercontent.com/-_zSWYsgLqpw/AAAAAAAAAAI/AAAAAAAAAEo/OBo45SyazBk/photo.jpg?sz=64
well, its basically the same, isn't it?
https://lh3.googleusercontent.com/-_3hvz-EaMc8/AAAAAAAAAAI/AAAAAAAAAAA/jci8BncCUTQ/photo.jpg?sz=64
Nice work Nic. Needed to see ngStorage in action. Your video was clear and concise. Now I can use this in my app, cheers :-)
https://lh3.googleusercontent.com/-_3hvz-EaMc8/AAAAAAAAAAI/AAAAAAAAAAA/jci8BncCUTQ/photo.jpg?sz=64
Done!  Also notice lots of Angular + Ionic stuff - exactly what I need right now thanks
https://lh6.googleusercontent.com/-iQ4U13L9sks/AAAAAAAAAAI/AAAAAAAAPOo/dEnNAVGKXBo/photo.jpg?sz=64
No problem!  Don't forget to subscribe :)

Angular Tutorials for Beginners - Part 8 - How to Use AngularJS in IDE Projects

Get the full 40+ Hour “Become a Kick Ass Web Developer” course here: //streamskill.com/courses/become-a-kickass-web-developer During AngularJS ...

When to use AngularJS inherit scope directive | Pluralsight

When to use AngularJS inherit scope directive | //www.pluralsight.com/courses/angularjs-directive-fundamentals In this clip, Joe Eames goes over when you ...

How to use Framework7 with AngularJS

A tutorial how to use Framework7 with AngularJS Links: - Template Download: https://github.com/valnub/Framework7-Pure-Angular-Template - My Blog: ...

User Comments

https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
can you send me the moviedata.json file? email: [email protected]
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
oh nvm. i saw it in your blog. tnx anyway
https://lh6.googleusercontent.com/--RK2RzBOlIQ/AAAAAAAAAAI/AAAAAAAAE6A/MttbT0KEazs/photo.jpg?sz=64
Hi Timo, thanks for tutorial. In this example you use local json file. How i do to use json from wordpress site? like //www.araminoticias.com.ar/api/get_recent_posts/. Any idea? Thanks
https://lh3.googleusercontent.com/-XZeOcJG0YoE/AAAAAAAAAAI/AAAAAAAAAaw/gcsZt0Uwd4Q/photo.jpg?sz=64
+Gastón Coroleu Your link gives me a 404, so I cannot check it but I noticed that your JSON result looks a whole lot different to what I used in my example, so you need to change result.data.movies to what ever you want to get from that JSON file. Also, you probably have to fix the data binding expressions in your HTML in order to target the right data attributes.
https://lh6.googleusercontent.com/--RK2RzBOlIQ/AAAAAAAAAAI/AAAAAAAAE6A/MttbT0KEazs/photo.jpg?sz=64
+Timo Ernst Hi Timo, thanks for your answer. I change the code with your suggest in 2 files:DataService.jspub.getMovies = function () { return $http.jsonp('//www.araminoticias.com.ar/api/get_recent_posts/?page=1&callback=JSON_CALLBACK'); };IndexPageController.js InitService.addEventListener('ready', function () { DataService.getMovies('//www.araminoticias.com.ar/api/get_recent_posts/?page=1&callback=JSON_CALLBACK').then(function (result) { console.log(result.data.movies); $scope.movies = result.data.movies; }, function (err) { console.error(err); }); });But doesnt work. I upload the demo here: //codigomasivo.com.ar/dev/wpapp2/Thanks again.
https://lh3.googleusercontent.com/-XZeOcJG0YoE/AAAAAAAAAAI/AAAAAAAAAaw/gcsZt0Uwd4Q/photo.jpg?sz=64
+Gastón Coroleu You need to make sure that your app is hosted on the same domain as the web service. If it is not, cross domain calls are not possible. In this case you need to use CORS or JSONP. Both must be supported by your service provider.//enable-cors.orghttps://en.wikipedia.org/wiki/JSONPIf you opt for JSONP, you will have to replace $http.get() with $http.jsonp()

AngularJS Factory vs. Service

When or why to use a factory or a service... or a constant... or a value... =========================================== **Like what you saw? Be sure to ...

User Comments

https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
This is what a beginner hears when he listens to this tutorial: the factory is a provider is a service is a factory is a provider is a factory is a service 
https://lh6.googleusercontent.com/-4o-Y1EbvbjI/AAAAAAAAAAI/AAAAAAAACY4/5AFUk1ItI08/photo.jpg?sz=64
+cinilaknedalm lol true

AngularJS RequireJS tutorial

A very basic instructional video on how to use requirejs and angularjs together to create a modular application part 1: ...

User Comments

https://lh3.googleusercontent.com/-LXth-8V-NTU/AAAAAAAAAAI/AAAAAAAACfE/6MRjZRallcM/photo.jpg?sz=64
how would I have different modules. should I have a main.js and app.js for every module?
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Visweshwar Ganesh Hi, getting some initial parameters from the server at startup is always a good idea (as long as people can't put a breakpoint there and change it out which is always a possibility with JavaScript). Later today I'll post a video of how I build up an application. It feels easy enough to be solid
https://lh3.googleusercontent.com/-LXth-8V-NTU/AAAAAAAAAAI/AAAAAAAACfE/6MRjZRallcM/photo.jpg?sz=64
+Carlos Kelkboom Hi Carlos.. What I went about doing was having one main.js with the appName parameterized. The appName [which holds the parent module for the page] came in from the backendTier which supports the UI. Is that a valid impl. 
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Visweshwar Ganesh The way I do it is that I put every module in a folder. Each folder will have a module.js file in the root where I register this module with angular. Each module file has an initializer from where I run my config phase and my run phase. Once I get a few hours I will make a video of this process, but until then, if you have any questions, just post them here and I'll try and answer them as best as I can.
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
waiting for next tutorial...
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Carlos Kelkboom I have two modules navApp and routeApp and they are not dependent. I structured my file and dependency just like above. Still i'm getting an error cannot read module. Can you please suggest what could be wrong?
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+kishor maharjan The next tutorials are published. I hope you like them.
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+kishor maharjan Working on it, thank you for the interrest
https://lh3.googleusercontent.com/-b9xI2xNWcRw/AAAAAAAAAAI/AAAAAAAAADg/HQqhxYIhz6g/photo.jpg?sz=64
Nice Tutorial. Help me a lot to integrate require and angular. Thanks
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+JIMSTER305 Thank you for your comment. The next tutorials are also up. They go into more detail and will....eventually lead to a full application using AngularJS, RequireJS and NodeJS
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
How can i organize controllers as seperate files? Do i need to include the paths in require config file?
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
I would not register them in the require config file. I would create a separate initialization file which does this. If I have some time I'll create a video on this. 

Angular Tutorials for Beginners - Part 3 - How to Use AngularJS Controllers - Part 1

Get the full 40+ hour "Become a Kick Ass Web Developer" course here: //streamskill.com/courses/become-a-kickass-web-developer During this video, ...
Sign up for free to join this conversation on fsaved.com.
Already have an account? Sign in to comment