select on focus directive

This commit is contained in:
perploug
2013-11-07 17:11:32 +01:00
parent 8b879183ba
commit 937bda9c16
8 changed files with 101 additions and 24 deletions

View File

@@ -47,7 +47,7 @@ describe('edit content controller tests', function () {
});
it('it should have a tabs collection', function () {
expect(scope.content.tabs.length).toBe(5);
expect(scope.content.tabs.length).toBe(9);
});
it('it should have a properties collection on each tab', function () {