New posts in angularjs-scope

AngularJs: Reload page

Angularjs: 'controller as syntax' and $watch

Use of symbols '@', '&', '=' and '>' in custom directive's scope binding: AngularJS

Sending event when AngularJS finished loading

Can an angular directive pass arguments to functions in expressions specified in the directive's attributes?

How do I inject a controller into another controller in AngularJS

AngularJS access scope from outside js function

How do I ignore the initial load when watching model changes in AngularJS?

Losing scope when using ng-include

How do I use $rootScope in Angular to store variables?

When writing a directive in AngularJS, how do I decide if I need no new scope, a new child scope, or a new isolated scope?

How to set the id attribute of a HTML element dynamically with angularjs (1.x)?

AngularJS 1.5+ Components do not support Watchers, what is the work around?

$watch an object

How do I share $scope data between states in angularjs ui-router?

$rootScope.$broadcast vs. $scope.$emit

AngularJS access parent scope from child controller

Controller not a function, got undefined, while defining controllers globally

AngularJS : Prevent error $digest already in progress when calling $scope.$apply()

'this' vs $scope in AngularJS controllers