diff options
| -rwxr-xr-x | test/ng/compileSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/compileSpec.js b/test/ng/compileSpec.js index c2827559..c1dedd4a 100755 --- a/test/ng/compileSpec.js +++ b/test/ng/compileSpec.js @@ -2244,7 +2244,7 @@ describe('$compile', function() {      }); -    iit('should support controllerAs', function() { +    it('should support controllerAs', function() {        module(function() {          directive('main', function() {            return {  | 
