Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove unused variable
  • Loading branch information
Narretz authored Jun 18, 2018
commit 22775efd3d61c5dae9a4f28cb467d53348dbc180
3 changes: 1 addition & 2 deletions test/ng/directive/formSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1206,8 +1206,7 @@ describe('form', function() {

scope.$digest();

var form = doc,
formCtrl = scope.testForm;
var formCtrl = scope.testForm;

expect(formCtrl.$getControls()).toEqual([]);
});
Expand Down