Great tutorial. Typing along I was able to see how it came together. Thank you!
@gustavodemoner7 жыл бұрын
WOW! Simple, fast and done right! Thank you for sharing!
@Mr_ZeroFuel9 жыл бұрын
I was just learning this on teamtreehouse but damn, watching your video made me understand it much more clearer!
@zoolinee8 жыл бұрын
Hi I'm new to Angular and I really liked this tutorial! Is it possible to save the new "tasks" to a json-file so that they will still be there when you reload the page? :)
@fliich9 жыл бұрын
Just what I was looking for!! Thank you for the great tutorial!
@BesideTheBrave7 жыл бұрын
Thanks for the help - Typos happen but other than that it was solid! Nice and quick and that's what I was looking for to get a basic exercise.
@GabrielParreira11 жыл бұрын
Nice tutorial! You helped me a lot! You made it very clear. Thanks for the video!
@mattmarkus48689 жыл бұрын
If you were persisting this to a database, would you make a $service call for each user action like marking a task as complete, adding a task, changing a task back to incomplete, etc? How would you handle making sure this is saved?
@azizuddin92698 жыл бұрын
just wow! i just tried to make something similar and it took lot of time ..thanks for this vdo. keep posting such vdos.. and also by any chance i can get in touch with you to get more knowledge, plz let me know how.
@NightTerrorGameplays9 жыл бұрын
brilliant. i had to do this assignment in class, and you did it in minutes. mine is fully functional and everything works properly, but yours is way more efficient. for my clear complete, i used a for loop that finds each one where the done is true, removes them, and an if statement, for that when it does find one, it recents the counter. it does work, but if i had a very long todo list, it would take way too long. can you please explain to me how your clear complete works, i'm new to angular, i understand it up until, you wrote another function inside. what exactly does writing another function inside like that do? and the return !item.done is not clear to me either
@LizardanNet9 жыл бұрын
Google Array.prototype.filter
@NightTerrorGameplays9 жыл бұрын
dnavas thank you
@mariob10604 жыл бұрын
Which version of sublime text is it? And what html type should I choose to save? Thanks
@jaykandari9 жыл бұрын
WOW ! That escalated quickly ! Thanks
@almortada889 жыл бұрын
Can you please show us how did u set up the environment first ?
@HamzahYaseen9 жыл бұрын
Pretty good, but it'd be great if you slowed down a little bit so we could follow along better.
@granuzlek9 жыл бұрын
+Nathan Gilford you can slow down the video to .25, actually .5 with sound ;)
@anthonyoneill12219 жыл бұрын
Awesome tutorial, thanks!
@faizalahmed54767 жыл бұрын
superb , nice ..
@krutomjer7 жыл бұрын
Awesome tutorial, to the point
@pranaysagar91692 жыл бұрын
are you done this in command prompt?
@XinWongDigital11 жыл бұрын
never noticed the filter thing. great stuff.
@majorkeanu38823 жыл бұрын
a tip: you can watch series at flixzone. Me and my gf have been using them for watching all kinds of movies recently.
@merrickmarcel45083 жыл бұрын
@Major Keanu yea, I have been watching on flixzone} for since november myself :D
@eddiematthias60493 жыл бұрын
@Major Keanu yup, been using flixzone} for since december myself :D
@rohitjaiswal41218 жыл бұрын
How do you select a single line in sublime text editor without selecting the left indentation spaces ?..plz help
@2wdwindsor1167 жыл бұрын
Can you make the items sortable?
@karolkozakowski641510 жыл бұрын
any chance to see the code on github ?
@bhawnapatnaik79035 жыл бұрын
I would really appreciate this
@jameshan40266 жыл бұрын
very good tutorial. Thanks
@elhadjikarambadiedhiou36235 жыл бұрын
Hi, i am very happy for your tuto. But my veritable problem is what i can add a fonction for edit my todo List
@jasmine0972763 жыл бұрын
Great tutorial!! cool typing sound in the beginning, but after listening for 5 mins kinds of get annoying.
@muhammadsyawaludin73389 жыл бұрын
I got an error Error: [ng:areq] Argument 'todoController' is not a function, got undefined what should I do to fix this? Is there anyone who has complete code for this tutorial?
@chrisrutledge23489 жыл бұрын
Confused! My error log says only one thing and it says angular is not defined! Anyone know?? Thank you
@0ximak4707 жыл бұрын
Uncaught ReferenceError: angular is not defined help me out with this problem
@The31GAMER5 жыл бұрын
Does anyone have a fonctional todo project ? Thanks !
@СержСмайлов9 жыл бұрын
Nice, very nice!
@ohhkeystudio49075 жыл бұрын
I love it
@ajfrancis63653 жыл бұрын
That keyboard tho...
@naneri10 жыл бұрын
How to i save all that to database after that?
@LizardanNet10 жыл бұрын
just push the data to the backend API with $http post
@ratkingxpp9 жыл бұрын
LizardanNet Do you perhaps have documentation or a tutorial to build it?
@liezelamora8 жыл бұрын
there is an error in function. the angular? anyone who can help me??
@5thElement777 жыл бұрын
awesome
@InvincibleMan9910 жыл бұрын
Todo is new hello world :)
@nishantsharma61104 жыл бұрын
addToDo function is not working can anyone help?
@sporty52086 жыл бұрын
better todo when compared to other video xD
@merylh76898 жыл бұрын
Thank you!
@practicaltechie53908 жыл бұрын
cool mate
@angelcruz-ny4yy9 жыл бұрын
any one have the source code ? I'm running into errors
@angelcruz-ny4yy9 жыл бұрын
angel cruz Uncaught ReferenceError: angular is not defined Above is the error message i get in the console.
@drichards44269 жыл бұрын
+angel cruz email me the code @ richardsdossey@gmail.com
@mixany83515 жыл бұрын
thks
@InvincibleMan9910 жыл бұрын
Thanks
@prajakta25814 жыл бұрын
Plz send souce code
@nexusclarum80006 жыл бұрын
I don't see the scalability potential of AngularJS here which is the entire point of using a framework isn't it? I wish there was a better example. I'm building a web application. I've designed the front-end just using jQuery (No jQuery UI or anything). I can change any part of the site at any time without breaking anything quite easily. To be honest, I'm not an expert web developer or anything. I'm doubting myself on whether I should use a framework or not because every says I should. I just don't see the good in any of what you're doing. It looks like a disaster to be honest.