Fix typo in test

Closes #5255. Very minor change.
This commit is contained in:
Paulo Schneider 2015-11-21 11:10:17 +00:00
parent e9d2b6d004
commit 1c4ebdb4d3

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