|
@@ -70,10 +70,10 @@
|
70
|
70
|
angular.module("luticateUtils").run(["$templateCache", function($templateCache)
|
71
|
71
|
{
|
72
|
72
|
$templateCache.put("/luticateUtils/dialogokcancel-directive.html", '<div class="popin modal-content" xmlns="http://www.w3.org/1999/html">' +
|
73
|
|
- '<form name="form" class="form-horizontal" ng-submit="__submit()">' +
|
|
73
|
+ '<form name="form" ng-submit="__submit()">' +
|
74
|
74
|
'<div class="modal-header">{{ title }}</div>' +
|
75
|
75
|
'<div class="modal-body" lu-busy="modal">' +
|
76
|
|
- ' <div class="form-group">' +
|
|
76
|
+ ' <div class="form-group form-horizontal">' +
|
77
|
77
|
' <ng-transclude></ng-transclude>' +
|
78
|
78
|
' </div>' +
|
79
|
79
|
' <div class="clearfix"></div>' +
|