Thinking in Angular1 22 - ngClick and data binding

preview_player
Показать описание

Learn how to use the ng-click directive to bind to a click event on the browser. Also learn how data binding results in Angular dynamically updating the view.
Рекомендации по теме
Комментарии
Автор

awesome tutorials, going great koushik!So much clarity in the way you teach!Thanks a lot for you tutorials...!

persistencej
Автор

To add auto-complete tag feature in your Visual Studio Code, do this:
For iOS users:
- Launch VS Code Quick Open by this shortcut (⌘+P),
- Paste this command `ext install auto-close-tag`, and press enter.

pavan
Автор

Hey Koushik,
great tutorial with excellent explanation..thanks for your nice efforts.

tapanupadhyay
Автор

Great course.
Thank you for explaining the concept of data binding

hyperborean
Автор

great explanation as always...
just one request...can you prepare one video on the migration from a normal JS page to a JS+Angular Page ?

kraw-vooy
Автор

Hi Koushik, Thank for such a precise perfect tutorial. may have a question. Is that means whatever in double quotation of ng-bla could be seen as scope? even a function has to be converted into scope enable to put in " " of ng-bla as an Angular format?

sugarstool
Автор

Hi Koushik,
awesome tutorials.. One question Why can't we able to reuse the curDate variable inside UpdateTime()

thulasidass
Автор

Why do you have a function within a function and the code repeated? Is there a way you can avoid that? As soon as I saw that it seemed wrong to me.

HectorMendoza
Автор

When i load the program for first time current time is not displayed, but only if the update button is clicked then the current time is shown, but in your case even if you refresh date is shown how?

sharatchittapur
Автор

location.reload() use it for update the time

satejall
Автор

how to solve this problem :
current time is : function toTimeString() { [native code] }

avikmanna