Files
vczero.github.io/tuban/lib/directives/tip.js
T
2014-12-26 17:02:29 +08:00

7 lines
70 B
JavaScript

app.directive('tip', function() {
return {
restrict: 'AE'
};
});