AngularJS Tutorial #4 - 2-Way Data Binding

Yo dudes, in this AngularJS tutorial, I’ll introduce you to the concept of two-way data binding and models. This is one of the really cool things about AngularJS - it easily allows us to store data in a model, which can be passed between a view and a controller really easily. If you update the view, the model changes. And if you update the model, the view changes - 2-way data binding! You can find more front-end development tutorials on CSS, HTML, JavaScript, jQuery, WordPress & more on the channel homep
Back to Top