Merge pull request #5461 from phss/fix-typo-in-test

Fix typo in test
This commit is contained in:
Spencer 2015-11-21 16:05:48 -06:00
commit 3654eb802b

View file

@ -23,7 +23,7 @@ var init = function (text) {
// Create the element
$elem = angular.element(
'<kbn-truncated orig="' + text + '" length="10"></kbn-timepicker>'
'<kbn-truncated orig="' + text + '" length="10"></kbn-truncated>'
);
// And compile it