Skip to content

Commit

Permalink
EN as default language.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed May 29, 2017
1 parent 963fdaf commit 7515920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
angular.module('galleryApp', [])
.controller('galleryController', function() {
var gallery = this;
gallery.language = "ro";
gallery.language = "en";
gallery.work_start_date = new Date(2016,05,20);

gallery.worked_hours = 175; // EDIT HERE
Expand Down

0 comments on commit 7515920

Please sign in to comment.