mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-09 22:39:39 +08:00
style($compileSpec): fix typos
This commit is contained in:
committed by
Vojta Jina
parent
c4b04cec74
commit
bea77e4b15
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user