Skip to content

Commit

Permalink
activated russian translation in material demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwasiluk committed Sep 5, 2016
1 parent dd96d0f commit e71a073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-material/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ angular.module('app', ['ngMaterial', 'mwFormBuilder', 'mwFormViewer', 'mwFormUti
ctrl.headersWithQuestionNumber = true;
ctrl.builderReadOnly = false;
ctrl.viewerReadOnly = false;
ctrl.languages = ['en', 'pl', "es"];
ctrl.languages = ['en', 'pl', "es", 'ru'];
ctrl.formData = null;
$http.get('form-data.json')
.then(function(res){
Expand Down

0 comments on commit e71a073

Please sign in to comment.