Top "Angularjs-scope" questions

In AngularJS, a scope is an object that refers to the application model.

AngularJS directive does not update on scope variable changes

I've tried to write a small directive, to wrap its contents with another template file. This code: <layout name="…

javascript angularjs angularjs-directive angularjs-scope
How do I inject a controller into another controller in AngularJS

I'm new to Angular and trying to figure out how to do things... Using AngularJS, how can I inject a …

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

I have read a lot about the use of these symbols in the implementation of custom directives in AngularJS but …

angularjs angularjs-directive angularjs-scope
How to detect browser using angularjs?

I am new to angularjs. How can I detect userAgent in angularjs. Is it possible to use that in controller? …

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

I have a form directive that uses a specified callback attribute with an isolate scope: scope: { callback: '&' } …

javascript angularjs angularjs-directive angularjs-scope
Sending event when AngularJS finished loading

Wondered what's the best way to detect the finish of page loading/bootstrapping, when all directives done compiling/linking. Any …

angularjs angularjs-scope
Angular Directive refresh on parameter change

I have an angular directive which is initialized like so: <conversation style="height:300px" type="convo" type-id="{{some_prop}}"&…

javascript angularjs angularjs-directive angularjs-scope
Detect if checkbox is checked or unchecked in Angular.js ng-change event

I want to detect if a checkbox has been checked or unchecked when a click is happening on the checkbox. …

javascript jquery angularjs checkbox angularjs-scope
Controller not a function, got undefined, while defining controllers globally

I am writing a sample application using angularjs. i got an error mentioned below on chrome browser. Error is Error: […

javascript angularjs angularjs-directive angularjs-scope
AngularJS event on window innerWidth size change

I'm looking for a way to watch changes on window inner width size change. I tried the following and it …

javascript jquery angularjs angularjs-scope