style($compileSpec): fix typos

This commit is contained in:
Peter Bacon Darwin
2014-05-23 11:51:19 +01:00
committed by Vojta Jina
parent c4b04cec74
commit bea77e4b15

View File

@@ -3972,9 +3972,9 @@ describe('$compile', function() {
});
it('should throw on an ng-translude element inside no transclusion directive', function() {
it('should throw on an ng-transclude element inside no transclusion directive', function() {
inject(function ($rootScope, $compile) {
// we need to do this because different browsers print empty attributres differently
// we need to do this because different browsers print empty attributes differently
try {
$compile('<div><div ng-transclude></div></div>')($rootScope);
} catch(e) {