8000 touch module · rusongyu/angular.io@fbd5ca4 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbd5ca4

Browse files
committed
touch module
1 parent c6b91dd commit fbd5ca4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/resources/js/site.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
*/
55

6-
var angularIO = angular.module('angularIOApp', ['ngMaterial'])
6+
var angularIO = angular.module('angularIOApp', ['ngMaterial', 'ngTouch'])
77
.config(function($mdThemingProvider) {
88
$mdThemingProvider.theme('default')
99
.primaryPalette('blue', {
@@ -49,7 +49,6 @@ angularIO.controller('AppCtrl', ['$scope', '$mdDialog', function($scope, $mdDial
4949
*/
5050

5151
$scope.language = 'es5';
52-
5352
var $codeBoxes = $('.code-box');
5453

5554
if($codeBoxes.length) {

0 commit comments

Comments
 (0)
0