touch module
This commit is contained in:
parent
c6b91dd349
commit
fbd5ca4523
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var angularIO = angular.module('angularIOApp', ['ngMaterial'])
|
var angularIO = angular.module('angularIOApp', ['ngMaterial', 'ngTouch'])
|
||||||
.config(function($mdThemingProvider) {
|
.config(function($mdThemingProvider) {
|
||||||
$mdThemingProvider.theme('default')
|
$mdThemingProvider.theme('default')
|
||||||
.primaryPalette('blue', {
|
.primaryPalette('blue', {
|
||||||
|
@ -49,7 +49,6 @@ angularIO.controller('AppCtrl', ['$scope', '$mdDialog', function($scope, $mdDial
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$scope.language = 'es5';
|
$scope.language = 'es5';
|
||||||
|
|
||||||
var $codeBoxes = $('.code-box');
|
var $codeBoxes = $('.code-box');
|
||||||
|
|
||||||
if($codeBoxes.length) {
|
if($codeBoxes.length) {
|
||||||
|
|
Loading…
Reference in New Issue