Skip to content

Commit b264a93

Browse files
author
hi
committed
Removed ngTouch
Angular material has it's own click, slide and doesn't need ngTouch
1 parent d40a377 commit b264a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
angular.module('angularMaterialAdmin', ['ngAnimate', 'ngCookies', 'ngTouch',
3+
angular.module('angularMaterialAdmin', ['ngAnimate', 'ngCookies',
44
'ngSanitize', 'ui.router', 'ngMaterial', 'nvd3', 'app'])
55

66
.config(function ($stateProvider, $urlRouterProvider, $mdThemingProvider,

0 commit comments

Comments
 (0)