angular.js - directive命名规则?
phpcn_u1582
phpcn_u1582 2017-05-15 16:52:18
0
1
741

directive只能由小写字母组成吗?

.directive('名称', function() {
    return {
        restrict: 'AE',
        template: '<p>Hi there</p>',
        replace: true
    };
});

例如,
hello ok
helloA not work
Hello not work
hello_a not work
hello-a not work

我的要一个词组命名怎么办?

phpcn_u1582
phpcn_u1582

membalas semua(1)
迷茫

Gunakan sarung unta menamakan
Seperti: hello A tidak bekerja
Dinamakan: helloANotWork

Peraturan terperinci:
Gunakan kaedah berikut dalam html

html<my-new-directive></my-new-directive>

Tetapi ini diperlukan semasa mentakrifkan arahan

javascriptmyApp.directive("myNewDirective", function(){...});
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan