Simple search using AngularJS
How do I make an simple search using angularjs?
Ng-repeat+ng-model, i've updated with a single letter search, only the first names will be displayed.. What is a simple search using angularjs? How do you make a simple search using angularjs? This script and codes were developed by Hélio Marcondes on 09 November 2022, Wednesday.
Simple search using AngularJS - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple search using AngularJS</title>
</head>
<body> <body ng-app>
<div ng-controller="List"> <ul> <li ng-repeat="name in names | filter: filterSearch">{{name}}</li> </ul>
</div> <div> <input type="search" ng-model="search"> </div>
</body> <script src='http://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js'></script> <script src="js/index.js"></script>
</body>
</html>
Simple search using AngularJS - Script Codes JS Codes
var List = function($scope){ $scope.names=["Tax", "Tom", "Ralf", "Jerry", "Snow", "Carl"]; function excluirRegex(string){ //Exclude this pattern from search return string.replace(/([.*+?^=!:${}()|\[\]\/\\])/g);
} $scope.filterSearch = function(name) { if (!$scope.search){ return true; }else var regex = new RegExp('\\b' + excluirRegex($scope.search), 'i'); return regex.test(name.split(' ')[0]); }; }

Developer | Hélio Marcondes |
Username | haykou |
Uploaded | November 09, 2022 |
Rating | 3 |
Size | 1,802 Kb |
Views | 14,161 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
Sticky Header using Jquery | 2,024 Kb |
Pure AngularJS Tabs | 2,067 Kb |
Side Menu using AngularJS | 1,988 Kb |
Flip CSS Animation with Logo | 1,797 Kb |
Simple way for icons inside input | 1,847 Kb |
Simple Jquery Slider | 2,430 Kb |
Bootstrap Menu with Effect | 2,121 Kb |
Text on fire | 1,941 Kb |
Simple Form with Icons | 2,071 Kb |
Search button expanding input submit | 2,065 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
Animated Slide Hamburger Mobile Menu | BJack | 2,247 Kb |
C.Rowe Button | Brownerd | 2,473 Kb |
Flower expansion | Sreucherand | 3,425 Kb |
Sass Radar | Jlong | 6,887 Kb |
Simple star rating using js and data-uri | TheEnd | 5,795 Kb |
SVG hamburger menu button | Elifitch | 2,602 Kb |
Box Shadow Effects | Retrofuturistic | 2,143 Kb |
Halo 5 REQ Guide Bookmarklet | Cwacht | 3,993 Kb |
Animated SVG stroke-dasharray | Netsi1964 | 3,179 Kb |
SVG Transform vs CSS Transform | AmeliaBR | 4,175 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!