Skip to content

Commit

Permalink
fixed small issue with inline templates
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Mar 7, 2016
1 parent f4e2b44 commit 29b1694
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apiNG",
"version": "1.2.7",
"version": "1.2.8",
"homepage": "https://github.com/JohnnyTheTank/apiNG",
"authors": [
"Jonathan Hornung <[email protected]>"
Expand Down
5 changes: 2 additions & 3 deletions dist/aping.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@name: aping
@version: 1.2.7 (02-03-2016)
@version: 1.2.8 (07-03-2016)
@author: Jonathan Hornung <[email protected]>
@url: https://github.com/JohnnyTheTank/apiNG
@license: MIT
Expand Down Expand Up @@ -62,13 +62,12 @@ angular.module('jtt_aping')
});
} else {
transcludeFn(scope, function (clone, innerScope) {
element.html(clone);
element.append(clone);
$compile(clone)(innerScope);
});
}
scope.$broadcast('apiNG.templateRendered');
}

},
controller: ['$scope', function ($scope) {

Expand Down
Loading

0 comments on commit 29b1694

Please sign in to comment.