We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977d6e2 commit 9762eebCopy full SHA for 9762eeb
demo.html
@@ -53,7 +53,7 @@ <h1 class="md-headline">Angular Material Keyboard Demo</h1>
53
], 'lang': ['de']
54
});
55
56
- // default layout is english
+ // default layout is german
57
$mdKeyboardProvider.defaultLayout('Deutsch');
58
})
59
.controller('keyboardDemoCtrl', function ($scope) {
package.json
@@ -58,5 +58,5 @@
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
60
},
61
- "version": "0.0.5"
+ "version": "0.0.6"
62
}
0 commit comments