2025-06-27 10:04:22 +08:00

11 lines
90 B
JavaScript

app.controller('PJBZCtrl', ['$scope', function ($scope) {
alert("asd");
}])