setting up spec files for the next directive to test

This commit is contained in:
Carlos 2017-10-24 08:34:50 +02:00
parent 0a8a682376
commit 2be39c0deb
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ describe('Directive vnId', () => {
compile(html);
}).toThrow(new Error(`vnId: Can't find controller for element '1'`));
});
it(`should set the controller into the $scope as there are no errors being thrown`, () => {
let html = `<form vn-id="1"></form>`;