Skip to content

Commit 29c4dbf

Browse files
author
Sabbir Ahmed
authored
Update angularjs.json
1 parent d23012c commit 29c4dbf

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

data/angularjs.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,27 @@
4141
}, {
4242
"definition": "ফর্ম এড করা",
4343
"code": "ng-form='plaintext'"
44+
}, {
45+
"definition": "মডেল বাইন্ড করা",
46+
"code": "ng-model='expression'"
47+
}, {
48+
"definition": "মাউজ ডাউন ইভেন্ট",
49+
"code": "ng-mousedown='expression'"
50+
}, {
51+
"definition": "মাউজ এন্টার ইভেন্ট",
52+
"code": "ng-mouseenter='expression'"
53+
}, {
54+
"definition": "মাউজ লীভ ইভেন্ট",
55+
"code": "ng-mouseleave='expression'"
56+
}, {
57+
"definition": "মাউজ মুভ ইভেন্ট",
58+
"code": "ng-mousemove='expression'"
59+
}, {
60+
"definition": "মাউজ অভার ইভেন্ট",
61+
"code": "ng-mouseover='expression'"
62+
}, {
63+
"definition": "মাউজ আপ ইভেন্ট",
64+
"code": "ng-mouseup='expression'"
4465
}
4566
]
4667
},

0 commit comments

Comments
 (0)