Fixed esprima parsing bug.

This commit is contained in:
Gunther Brunner
2014-05-28 16:45:37 +09:00
parent 059b944c5d
commit ba0a2d5865
2 changed files with 72 additions and 508 deletions

View File

@@ -4,7 +4,7 @@
module.exports = function textHistoryDirective() {
return {
restrict: 'A',
template: ''
template: '',
link: function (scope, element, attrs) {
}