Added basic toderp

This commit is contained in:
Max Lynch
2013-09-01 17:00:05 -05:00
parent 69fb09316a
commit 66979e11fe
14 changed files with 244 additions and 43 deletions

View File

@ -0,0 +1,5 @@
describe('Menu directive', function() {
it('Adds a menu class to the panel element', function() {
});
});