parent
ab72cab4fe
commit
86564fb26b
@ -1,7 +1,7 @@ |
|||||||
'use strict'; |
'use strict'; |
||||||
|
|
||||||
var app = angular.module('netStatsApp', ['lodash', 'angularMoment', 'netStatsApp.filters', 'netStatsApp.directives']); |
var netStatsApp = angular.module('netStatsApp', ['lodash', 'angularMoment', 'netStatsApp.filters', 'netStatsApp.directives']); |
||||||
|
|
||||||
app.run(function(amMoment) { |
netStatsApp.run(function(amMoment) { |
||||||
amMoment.changeLocale('en-gb'); |
amMoment.changeLocale('en-gb'); |
||||||
}); |
}); |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue