Showing 2 of 4 total issues
Function link
has 60 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
link: function(scope, element, attrs, ctrl) {
var el = element[0];
scope.$watch('countryCode', function() {
ctrl.$modelValue = ctrl.$viewValue + ' ';
});
- Create a ticketCreate a ticket
Function runTests
has 57 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var runTests = function(input, nonFormatted) {
var BS = protractor.Key.BACK_SPACE;
var LK = protractor.Key.ARROW_LEFT;
var DL = protractor.Key.DELETE;
var tests = [
- Create a ticketCreate a ticket