All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.angular-modules.js Maven / Gradle / Ivy

Go to download

Standalone HTML/JS view to navigate through the cross-referenced results of the stories

The newest version!
'use strict';

/* Navigator Module */

var navigatorModule = angular.module('navigator', []);

// add filters
navigatorModule.filter('newline_to_comma', function() {
	return function(text) {
		return text.replace(/\n/g, ', ');
	};
});
 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy