touch module

This commit is contained in:
Alex Wolfe 2015-04-28 11:13:26 -07:00
parent c6b91dd349
commit fbd5ca4523
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
*
*/
var angularIO = angular.module('angularIOApp', ['ngMaterial'])
var angularIO = angular.module('angularIOApp', ['ngMaterial', 'ngTouch'])
.config(function($mdThemingProvider) {
$mdThemingProvider.theme('default')
.primaryPalette('blue', {
@ -49,7 +49,6 @@ angularIO.controller('AppCtrl', ['$scope', '$mdDialog', function($scope, $mdDial
*/
$scope.language = 'es5';
var $codeBoxes = $('.code-box');
if($codeBoxes.length) {