Open
Description
Angularity has an error in the placement of the attributes for the link function when its creating a directive,
this is the correct order :
$scope, $element, $attributes
it's currently putting $scope at the end
Also if I make an attribute in the directive node in the html template - it is rewritten in lowercase when it is passed through to the link function.
re; angularity v0.3.1
Metadata
Metadata
Assignees
Labels
No labels