diff --git a/docs/content/guide/expression.ngdoc b/docs/content/guide/expression.ngdoc index 6144b0c1..eee59401 100644 --- a/docs/content/guide/expression.ngdoc +++ b/docs/content/guide/expression.ngdoc @@ -39,7 +39,9 @@ the method from your view. If you want to `eval()` an Angular expression yoursel ## Example - 1+2={{1+2}} + + 1+2={{1+2}} + diff --git a/src/ng/directive/ngEventDirs.js b/src/ng/directive/ngEventDirs.js index 8dc05247..0fb85075 100644 --- a/src/ng/directive/ngEventDirs.js +++ b/src/ng/directive/ngEventDirs.js @@ -19,7 +19,9 @@ - count: {{count}} + + count: {{count}} + it('should check ng-click', function() {