|
@@ -115,8 +115,8 @@ angular.module('luticateUtils')
|
115
|
115
|
angular.module('luticateUtils').run(['$templateCache', function($templateCache)
|
116
|
116
|
{
|
117
|
117
|
$templateCache.put('/luticate/lupermissionedit.html', '<div class="col-sm-12">' +
|
118
|
|
-' <div class="form-group col-sm-12" lu-busy="permissionList">' +
|
119
|
|
-' <div class="col-sm-6" ng-repeat="permission in permissions" lu-busy="{group: \'permission_\' + permission.Name}">' +
|
|
118
|
+' <div class="form-group form-horizontal col-sm-12" lu-busy="permissionList">' +
|
|
119
|
+' <div class="col-sm-6 form-group" ng-repeat="permission in permissions" lu-busy="{group: \'permission_\' + permission.Name}">' +
|
120
|
120
|
' <label class="col-sm-6 control-label" title="{{ permission.Name }}">{{ permission.Name }}</label>' +
|
121
|
121
|
'<div class="col-sm-6">' +
|
122
|
122
|
' <div class="btn-group">' +
|