A concept of 'command' used by many programming languages and frameworks.
I've created a custom directive which contains a button. This button calls a method from parent scope specified by 'callback' …
angularjs parameters callback scope directiveHow do you define a multiline macro in C?
c c-preprocessor directiveI can't make Karma working for directives that have external templates. Here is my karma configuration file : preprocessors: { 'directives/loading/…
templates angularjs testing directive karma-runnerI'm trying to test a directive using Karma and Jasmine that does a couple of things. First being that it …
unit-testing angularjs controller directive karma-runnerI'm trying to do something like this: <ul> <li ng-repeat="{{myRepeatExpression}}">{{row.name}}</li> &…
angularjs expression directive ng-repeatI use this directive, iterating over an array "myArr", filtering for a few conditions. <myDirective myData='item' ng-repeat="item …
javascript angularjs directive ng-repeatI am trying to create a simple pagination directive with an isolated scope. For some reason when I manually change …
javascript angularjs input directive