|
@@ -11,7 +11,7 @@ angular.module('luticateUtils')
|
11
|
11
|
options: '&'
|
12
|
12
|
},
|
13
|
13
|
transclude: {
|
14
|
|
- 'lu-basic-table-filter': '?lu-basic-table-filter'
|
|
14
|
+ 'luBasicTableFilter': '?luBasicTableFilter'
|
15
|
15
|
},
|
16
|
16
|
templateUrl: "/luticate/lutable.html",
|
17
|
17
|
link: function ($scope, element, attrs) {
|
|
@@ -143,7 +143,7 @@ angular.module('luticateUtils')
|
143
|
143
|
angular.module('luticateUtils').run(['$templateCache', function($templateCache)
|
144
|
144
|
{
|
145
|
145
|
$templateCache.put('/luticate/lutable.html',
|
146
|
|
-'<lu-basic-table options="tableOptions"><lu-basic-table-filter><ng-transclude ng-transclude="lu-basic-table-filter"></ng-transclude></lu-basic-table-filter></lu-basic-table>' +
|
|
146
|
+'<lu-basic-table options="tableOptions"><lu-basic-table-filter ng-transclude="luBasicTableFilter"></lu-basic-table-filter></lu-basic-table>' +
|
147
|
147
|
'<div class="col-sm-12">' +
|
148
|
148
|
' <button class="btn btn-danger" type="button" ng-click="askDeleteItems()"' +
|
149
|
149
|
' ng-disabled="tableOptions.checkedItems.length == 0" ng-show="tableOptions.canDel()">' +
|