From c9811cc4d529f28826677aa00e6e809003959441 Mon Sep 17 00:00:00 2001 From: Vuong Dang Date: Thu, 23 Nov 2017 00:28:47 +0700 Subject: [PATCH] Update angular-smart-table version, Fix missing smart-table module issue - Update angular-smart-table version to latest version 2.1.9. - Fix missing smart-table module issue --- bower.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 917aaa9..e7dd514 100644 --- a/bower.json +++ b/bower.json @@ -27,7 +27,7 @@ "angular": "~1.5.8", "angular-route": "~1.5.8", "angular-slimscroll": "~1.1.5", - "angular-smart-table": "~2.1.3", + "angular-smart-table": "^2.1.9", "angular-toastr": "~2.1.1", "angular-touch": "~1.5.8", "angular-ui-sortable": "~0.15.0", @@ -100,6 +100,11 @@ "fonts/fontawesome-webfont.woff", "fonts/fontawesome-webfont.woff2" ] + }, + "angular-smart-table" : { + "main": [ + "dist/smart-table.js" + ] } } }