Skip to content

Commit 3ddcd8f

Browse files
author
hi
committed
Added md-data table
1 parent df188e8 commit 3ddcd8f

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,7 +1,7 @@
11
'use strict';
22

33
angular.module('angularMaterialAdmin', ['ngAnimate', 'ngCookies', 'ngTouch',
4-
'ngSanitize', 'ui.router', 'ngMaterial', 'nvd3', 'app'])
4+
'ngSanitize', 'ui.router', 'ngMaterial', 'nvd3', 'app' , 'md.data.table'])
55

66
.config(function ($stateProvider, $urlRouterProvider, $mdThemingProvider,
77
$mdIconProvider) {

0 commit comments

Comments
 (0)