Skip to content

Commit

Permalink
test(tabs): typo in basics test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisirhc authored and pkozlowski-opensource committed Dec 29, 2013
1 parent c61e697 commit afd9f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/test/tabs.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('tabs', function() {
' <tab-heading><b>Second</b> Tab {{second}}</tab-heading>',
' second content is {{second}}',
' </tab>',
' </tabs>',
' </tabset>',
'</div>'
].join('\n'))(scope);
scope.$apply();
Expand Down

0 comments on commit afd9f36

Please sign in to comment.