Skip to content

Commit

Permalink
feat(core): Add support for params in menu items
Browse files Browse the repository at this point in the history
Proposed by @scfox

Fixes meanjs#1304
  • Loading branch information
scfox committed Apr 12, 2016
1 parent 9ae6ad3 commit 2f7ed3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/tests/client/menus.client.service.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
});

it('should set params to options params', function() {
expect(subItem1.params).toEqual(subItemOptions.params);
expect(subItem1.params).toEqual(subItemOptions.params);
});
});

Expand Down

0 comments on commit 2f7ed3e

Please sign in to comment.