Top "Directive" questions

A concept of 'command' used by many programming languages and frameworks.

AngularJS - Formatting ng-model before template is rendered in custom directive

I am creating a custom directive in Angular JS. And I want to format the ng-model before the template renders. …

templates model angularjs directive
Angular - How to make input field formated in percent but with percent removed when editing it?

I'm trying to find a way to have a html input field displayed in percent (e.g. 97,52 %) upon initial page …

angular data-binding pipe directive ngmodel
Passing params to nested directives with isolated scope

I have an object data in the MainCtrl. This object is used to pass data to directives first-directive and second-directive. …

angularjs data-binding scope directive
Integration of Redactor WYSIWYG in an AngularJs directive

I try to integrate The beautifull WYSIWYG Redactor (http://imperavi.com/redactor/) in an custom AngularJS directive. Visualy it works, …

angularjs wysiwyg directive redactor
Angular testing using passThrough in unit testing

I'm trying to test a Directive in Angular, but I can't get the corresponding template to work. The directive lists …

angularjs angularjs-directive directive
AngularJS : Listen for click events on a button outside of a directive

I am new to angularjs. I am building an angularjs SPA. The application page has two sections - a buttons …

angularjs events directive jqlite
AngularJS - dynamic rows and columns with a two way bound custom control

I am new to Angular and am stuck on my next step of development which is to have a custom …

angularjs binding directive two-way
How to add a div to the DOM in AngularJS unit tests?

I'm using the following code in a directive to place a tool tip var bodyoffset = document.querySelector(".smallcontainer-content").getBoundingClientRect(); var …

unit-testing angularjs directive
the use of ASSUME directive in 8086 instruction set

In my textbook, its given that the ASSUME directive tells the assembler the names of the logical segments to use …

assembly emulation x86-16 directive
AngularJS adding ng-click in directive

I'm implementing drag'n'drop directive. On drop I add a copy of element to my div and append ng-click attribute to …

javascript jquery angularjs directive