tech(nodejs upgrade): upgraded to nodejs 4.0 for grunt build

This commit is contained in:
Torkel Ödegaard
2015-09-13 12:13:47 +02:00
parent 9db6f82628
commit 1900c81d9f
3 changed files with 4 additions and 4 deletions

View File

@@ -202,8 +202,6 @@ export function settingsDirective() {
templateUrl: 'app/features/dashboard/timepicker/settings.html',
controller: TimePickerCtrl,
scope: true,
link: function() {
}
};
}