Commit 960b2b68 authored by Bahadir Can Yildiz's avatar Bahadir Can Yildiz

CHANGE rclose #5257, closes GH-98. Syntax Error

parent 9ced9654
...@@ -51,8 +51,8 @@ angular.module('ulakbus.uitemplates', ['ngRoute', 'ulakbus.crud']) ...@@ -51,8 +51,8 @@ angular.module('ulakbus.uitemplates', ['ngRoute', 'ulakbus.crud'])
type:'confirm', type:'confirm',
confirm_message:"Lorem Ipsum Dolor Sit Amet", confirm_message:"Lorem Ipsum Dolor Sit Amet",
buttons: [ buttons: [
{ text: "button 1", cmd:"zeaaa", style: "btn-warning", dismiss: true}, { text: "button 1", cmd:"zeaaa", style: "btn-warning"},
{ text: "button 2", cmd:"cmd1", style: "btn-success"}, { text: "button 2", cmd:"cmd1", style: "btn-success"}
], ],
readonly:"true", readonly:"true",
form_validate: false} form_validate: false}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment