Skip to content

Commit

Permalink
Merge pull request #113 from JohnnyTheTank/112_attribute
Browse files Browse the repository at this point in the history
#112: added possibility to call aping as attribute
  • Loading branch information
JohnnyTheTank authored Oct 14, 2016
2 parents 5e6bc2f + b750672 commit d3c61c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aping-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ angular.module('jtt_aping')
.value('apingResults', {})
.directive('aping', ['apingResults', 'apingDefaultSettings', 'apingUtilityHelper', '$templateRequest', '$compile', function (apingResults, apingDefaultSettings, apingUtilityHelper, $templateRequest, $compile) {
return {
restrict: 'E',
restrict: 'EA',
transclude: true,
template: '<ng-transclude></ng-transclude>',
scope: {
Expand Down

0 comments on commit d3c61c4

Please sign in to comment.