20. var app = angular.module('store', [ ]); //Our First Controller app.controller('StoreController', function ($scope){ }); <div ng-controller="StoreController"> ...
確定! 回上一頁