Alex
Member since Jan 4, 2016
- Profile: /members/12989-alex.htm
- URL: http://seojeek.com
- Comments: 2
Recent Blog Comments By Alex
-
How The $destroy Event Affects The Scope Tree In AngularJS
Posted on Jul 15, 2016 at 11:25 AM
Ok, I can't seem to find clear documentation on when a controller's $scope is destroyed. Is it when a controller is destroyed? Is it when a view changes? Do you need to refresh the page?... read more »
-
Creating A Simple Modal System In AngularJS
Posted on Jan 4, 2016 at 12:52 PM
Why are you still using $scope? This is what I really don't get from the Angular community. I've read that $scope is outdated and should be replaced with controllerAs syntax and using vm. syntax is best practice to avoid nesting/overriding $scope variables.... read more »