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