Top "Angularjs-directive" questions

AngularJS directives are a way to teach HTML new tricks by extending the HTML vocabulary.

Angularjs loading screen on ajax request

Using Angularjs , I need to show a loading screen (a simple spinner) until ajax request is complete. Please suggest any …

angularjs angularjs-directive
How can I dynamically add a directive in AngularJS?

I have a very boiled down version of what I am doing that gets the problem across. I have a …

angularjs angularjs-directive dynamically-generated
$watch'ing for data changes in an Angular directive

How can I trigger a $watch variable in an Angular directive when manipulating the data inside (e.g., inserting or …

javascript angularjs angularjs-directive
AngularJS: ng-repeat list is not updated when a model element is spliced from the model array

I have two controllers and share data between them with an app.factory function. The first controller adds a widget …

angularjs angularjs-directive angularjs-scope angularjs-ng-repeat
Angular directives - when and how to use compile, controller, pre-link and post-link

When writing an Angular directive, one can use any of the following functions to manipulate the DOM behaviour, contents and …

angularjs angularjs-directive
angularjs directive call function specified in attribute and pass an argument to it

I want to create a directive that links to an attribute. The attribute specifies the function that should be called …

angularjs-directive
How to select an element by classname using jqLite?

I'm trying to remove jquery from my Angular.js app in order to make it lighter, and put Angular's jqLite …

angularjs angularjs-directive jqlite
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
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