Added stub for refactoring screen to screen-keyboard and screen-touch.

This commit is contained in:
Gunther Brunner
2014-07-17 18:20:10 +09:00
parent 9303c073b6
commit 321e61db64
8 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
module.exports = function screenTouchDirective() {
return {
restrict: 'A',
link: function (scope, element, attrs) {
}
}
}