A concept of 'command' used by many programming languages and frameworks.
I'm getting a: type or namespace name could not be found error for a C# WPF app in VS2010. This …
c# visual-studio reference namespaces directiveI'm trying to get an evaluated attribute from my custom directive, but I can't find the right way of doing …
javascript binding angularjs directiveI am trying to create a directive that would create an input field with the same ng-model as the element …
angularjs directiveI'm trying to write an autocomplete directive that fetches data from the server using an $http request (without using any …
angularjs autocomplete directive angular-httpIm wondering if there is a way to pass an argument to a directive? What I want to do is …
angularjs controller arguments directiveI have an attribute directive restricted as follows: restrict: "A" I need to pass in two attributes; a number and …
javascript parameters angularjs attributes directiveI've got an AngularJS attribute directive, and I would like to take an action any time its parent input's value …
jquery angularjs attributes directive