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

META-INF.resources.static.js.app.js Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
'use strict';
var myApp =  angular
        .module('myApp', ['ui.router', 'ngAnimate', 'ngMaterial', 'ui.bootstrap', 'angular-json-tree' ]);

myApp.filter('start', function () {
	  return function (input, start) {
	    if (!input || !input.length) { return; }
	    start = +start;
	    return input.slice(start);
	  };
	});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy