Open sidebar
module.directive('myCustomer', function() { return { restrict: 'EA', scope: { item: "=" }, template: "<h1>{{item.title}}</h1>", controller: function($scope){ // console.log($scope.item); }, link: function(scope, Element, iAttrs) { Element.click(function(){ console.log(scope.item.children); }) } }; });
Close sidebar
Back
Please note that all pasted data is publicly available.
X (fomerly Twitter)
GitHub
Use setting
Back
Please note that all pasted data is publicly available.
X (fomerly Twitter)
GitHub
Use setting