66 < div class ="form-group ">
77 < label class ="control-label "> Modal type</ label >
88 < select name ="" class ="form-control "
9- ng-model ="ngc.type ">
9+ ng-change ="typeChange() "
10+ ng-model ="type ">
1011 < option value ="default "> default</ option >
1112 < option value ="blue "> blue</ option >
1213 < option value ="orange "> orange</ option >
1920 < div class ="form-group ">
2021 < label class ="control-label "> Theme</ label >
2122 < select name ="" class ="form-control "
22- ng-model ="ngc.theme ">
23+ ng-change ="themeChange() "
24+ ng-model ="theme ">
2325 < option value ="light "> light</ option >
2426 < option value ="dark "> dark</ option >
2527 < option value ="supervan "> supervan</ option >
3234 < div class ="col-md-6 ">
3335 < div class ="form-group ">
3436 < label class ="control-label "> Icon</ label >
35- < input type ="text " class ="form-control " ng-model ="ngc. icon ">
37+ < input type ="text " class ="form-control " ng-model ="icon " ng-change =" iconChange() ">
3638 </ div >
3739 </ div >
3840 < div class ="col-md-6 ">
3941 < div class ="form-group ">
4042 < label class ="control-label "> Title</ label >
41- < input type ="text " class ="form-control " ng-model ="ngc. title ">
43+ < input type ="text " class ="form-control " ng-model ="title " ng-change =" titleChange() ">
4244 </ div >
4345 </ div >
4446 < div class ="col-md-4 ">
4547 < div class ="checkbox ">
4648 < label >
47- < input type ="checkbox " ng-model ="ngc. closeIcon ">
49+ < input type ="checkbox " ng-model ="closeIcon " ng-change =" closeIconChange() ">
4850 Close icon
4951 </ label >
5052 </ div >
5153 </ div >
5254 < div class ="col-md-4 ">
5355 < div class ="checkbox ">
5456 < label >
55- < input type ="checkbox " ng-model ="ngc. rtl ">
56- Rtl {{ngc.rtl}}
57+ < input type ="checkbox " ng-model ="rtl " ng-change =" rtlChange() ">
58+ Rtl
5759 </ label >
5860 </ div >
5961 </ div >
6062 < div class ="col-md-12 ">
6163 < div class ="form-group ">
6264 < label class ="control-label "> Close icon class</ label >
63- < input type ="text " class ="form-control " ng-model ="ngc. closeIconClass ">
65+ < input type ="text " class ="form-control " ng-model ="closeIconClass " ng-change =" closeIconClassChange() ">
6466 </ div >
6567 </ div >
6668</ div >
0 commit comments