diff options
| author | Igor Minar | 2013-08-08 10:22:32 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-08-08 10:22:32 -0700 | 
| commit | 0bf0570505e41be266beaa1ccd0266aaed0c3cfb (patch) | |
| tree | 01fca51e1e588fe5b658fb314f210a97fb66a0ca /test/ng/directive/booleanAttrsSpec.js | |
| parent | 3ab579a2a6a9b21d3b43014f08f6c60bbad265a2 (diff) | |
| download | angular.js-0bf0570505e41be266beaa1ccd0266aaed0c3cfb.tar.bz2 | |
docs(minErr): rename sce/isecrurl to sce/insecurl
Diffstat (limited to 'test/ng/directive/booleanAttrsSpec.js')
| -rw-r--r-- | test/ng/directive/booleanAttrsSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/ng/directive/booleanAttrsSpec.js b/test/ng/directive/booleanAttrsSpec.js index 93e8cc20..0b0c290d 100644 --- a/test/ng/directive/booleanAttrsSpec.js +++ b/test/ng/directive/booleanAttrsSpec.js @@ -163,7 +163,7 @@ describe('ngSrc', function() {        });        element.attr('src');      }).toThrow( -            "[$interpolate:interr] Can't interpolate: {{id}}\nError: [$sce:isecrurl] Blocked " + +            "[$interpolate:interr] Can't interpolate: {{id}}\nError: [$sce:insecurl] Blocked " +                  "loading resource from url not allowed by $sceDelegate policy.  URL: http://somewhere");    })); | 
