mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
7 lines
70 B
JavaScript
7 lines
70 B
JavaScript
|
|
app.directive('tip', function() {
|
|
return {
|
|
restrict: 'AE'
|
|
|
|
};
|
|
}); |