quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

2013-12-18から1日間の記事一覧

AngularJS tutorial #3

Routing Application routes in Angular are declared via the $routeProvider The App Module app/js/app.js var phonecatApp = angular.module('phonecatApp', ['ngRoute', 'phonecatControllers'] phonecatApp.config(['$routeProvider', $routeProvider.…