Try it yourself..Angular is awesome Hello everyone!
@HassaanQ7 жыл бұрын
Dude do a series on WordPress development. Theme and Plugin. You're a champion.
@0the0ambient04 жыл бұрын
Great tutorial.
@bimalgrg89518 жыл бұрын
Love your tutorials Net Ninja... which documentation should i follow for more info ??? w3schools or angular official ??? angular official seems little bit complex..
@husainahmmed90258 жыл бұрын
Super cool. Please make tutorial about hybrid app development
@tylerbray39027 жыл бұрын
Where'd the ninja elements get their class bindings after going through ng-repeat?
@adaniels49439 жыл бұрын
Could you make the input box, so that when you typed in a name there, it would update the array in the html page and output to the view? Could you show how to do that?I'm really liking your tutorials! Thumbs up!!
@NetNinja9 жыл бұрын
+Alex Daniels Hey, yeah - I'll be doing something like this in coming tutorials.
@adaniels49439 жыл бұрын
+The Net Ninja Very cool! Thanks man! I'll be watching for it... and more...
@alienoid44597 жыл бұрын
Your vlogs are amazing, have been tryin to get my head around AJS codecademy course didn't make much sense. Plz upload tuts for php, swift, java n python. Best wishes.
@illestothvisualz91484 жыл бұрын
Why is it better to write the items of a list in an array and then loop through it and display it with ng-repeat than just write the items one by one between li tags using only HTML?
@derichuynh98398 ай бұрын
When you have dynamic data pulled from a database. You don't know how many elements there are.
@wildevine775 жыл бұрын
When you have the same string in an array twice and you use the ng-repeat, nothing outputs. Why?
@immense_dreamer3 жыл бұрын
Because that throws an error with the angular script. When using the ng-repeat, duplicates keys are banned because angular is trying to associate DOM nodes with those items, so they have to be unique keys.
@CaminhoPortuguês-l5s6 жыл бұрын
ng-repeat is deprecated.
@PasterNoster946 жыл бұрын
I really, really hate how AngularJS works with the comments during ng-repeat and especially with ng-if. Feels inefficent and insecure to post information about variable names and how the logic is built..