lots of nothing
This commit is contained in:
parent
9b6044361f
commit
e3fc948a77
9 changed files with 48 additions and 18 deletions
|
@ -337,6 +337,13 @@ angular.module('jamstash.utils', ['jamstash.settings'])
|
|||
}
|
||||
}
|
||||
};
|
||||
this.reloadRoute = function (date) {
|
||||
if (reload) {
|
||||
$window.location.reload();
|
||||
} else {
|
||||
$route.reload();
|
||||
}
|
||||
};
|
||||
this.parseDate = function (date) {
|
||||
// input: "2012-09-23 20:00:00.0"
|
||||
var months = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue