(function(){ angular.module("plunker", []) .controller('MainCtrl', function($scope) { $scope.name; }) })(); <!DOCTYPE html> <html ng-app="plunker"> <head> ...
確定! 回上一頁