Demystify Angular Controller $scope vs. this
There are two main patterns we can use to construct controller functions in Angular. The classic way is to use $scope to link controllers to views as such:
Software Engineer
There are two main patterns we can use to construct controller functions in Angular. The classic way is to use $scope to link controllers to views as such:
In starting this blog, one of the first questions I considered was which blogging platform I should use. My initial top choice was WordPress, but in the end I decided to go with Jekyll and GitHub Pages. If you're familiar with GitHub, Jekyll is a great blogging platform that provides simplicity and speed.