mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-07 08:57:54 +08:00
refactor($compile): code cleanup
This commit is contained in:
@@ -369,7 +369,6 @@ describe('$compile', function() {
|
||||
|
||||
describe('template', function() {
|
||||
|
||||
|
||||
beforeEach(module(function() {
|
||||
directive('replace', valueFn({
|
||||
restrict: 'CAM',
|
||||
@@ -394,7 +393,7 @@ describe('$compile', function() {
|
||||
compile: function(element, attr) {
|
||||
attr.$set('compiled', 'COMPILED');
|
||||
expect(element).toBe(attr.$$element);
|
||||
}
|
||||
}
|
||||
}));
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user