bradrice
7/8/2013 - 6:26 PM

replace the colon with unicode

replace the colon with unicode

if(searchVal.match(/:/g)){
          n = searchVal.replace(':', '\\x3A');
          $scope.searchObj['filterText'] = n;
      } else {
            $scope.searchObj['filterText'] = searchVal;
      }