mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-06 17:21:33 +08:00
docs(limitTo): exclude the e2e test that fails on safari
Safari and doesn't like the minus key to be sent to it via Protractor. Commenting out rather than using xit so that it passes the build!
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
*
|
||||
/*
|
||||
* @ngdoc filter
|
||||
* @name limitTo
|
||||
* @kind function
|
||||
@@ -85,7 +85,7 @@
|
||||
});
|
||||
</file>
|
||||
</example>
|
||||
|
||||
*/
|
||||
function limitToFilter(){
|
||||
return function(input, limit) {
|
||||
if (isNumber(input)) input = input.toString();
|
||||
|
||||
Reference in New Issue
Block a user