AngularJS: using the $parse service

preview_player
Показать описание
$parse turns expressions into functions
Рекомендации по теме
Комментарии
Автор

Great! Useful. One of the few $parse tutorials on the web.

nikkwong
Автор

Thank you for such a great tutorial on $parse!

dipdowel
Автор

Thanks, this was very helpful. I kept readings the docs but still didn't understand what was going on.

chuhusuu
Автор

Can you use the $parse to dynamically set the $scope variable? --- $scope.<variable>

rosjio
Автор

variable names like a, b, c, d... i saw many real code snippets using these abbreviations, and to be honest, it takes A LOT of time to understand what the code is doing, still possible though, it just makes it harder to read the code. So what i would suggest is, PLEASE use more descriptive variables, you will make your development life and others much more easier, we are not working on servers/computers that has 1Kb RAM where you actually need to use really short variable names, it is OK to use long name like up-to 20 characters is fine, and it is a lot easier to understand that type of code, cheers!

konstantinnikiforov
Автор

thanks, It is great video, but It was duplicated in the list.

phplaw
Автор

How to write angular 8 equivalent of it

shrutirajpoot