Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

RetiSpA/Angular-EmptyText-Filter

 
 

Repository files navigation

Angular-EmptyText-Filter

Angular filter to replace empty Text labels with "-"

for a working sample download the full repo and type:

  1. npm install (to install dependencies including lite-server)
  2. npm start (to start lite server on port 10001)
  3. browse http://localhost:10001 to run the sample

######Download the only filter, ts or js file, if you want to include it in your project.

###Usage Samples:

<input type="text" id="sampleData" name="sampleData" ng-model="myDate | EmptyText">

About

Angular filter to replace empty Text labels with "-"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.6%
  • TypeScript 33.9%
  • HTML 18.5%