An AngularJS module for loading content from a CMS.
The easiest way to install this package is by using npm from your terminal:
npm install ln-filters --save-dev
Then you need to add the Filters module as a dependency to your app:
angular
.module('app', [
'lnFilters'
]);
Shows default text "Read More" if no text is supplied