diff --git a/app/modules/app.js b/app/modules/app.js index b39f198..207b48b 100644 --- a/app/modules/app.js +++ b/app/modules/app.js @@ -1,6 +1,8 @@ (function(){ 'use strict'; + + //myfile /** * @description * Component resolution and creation flow: @@ -42,4 +44,4 @@ * */ angular.module('mdDataTable', ['mdtTemplates', 'ngMaterial', 'ngMdIcons', 'ngSanitize']); -}()); \ No newline at end of file +}()); diff --git a/index.js b/index.js index 08582b2..15f8522 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ require('angular-material-icons'); require('./dist/md-data-table-templates.js'); require('./dist/md-data-table.js'); - +//ssssss module.exports = 'mdDataTable';