アングラーJS基礎ノート
929 ワード
ng-model
ng-model , 。 ;
ng-bind , , ;
ng-bind {{}} ,ng-bind 。
スコープScope( ) HTML ( ) JavaScript ( ) 。
Scope , 。
Scope
サービスとは何ですか AngularJS , , AngularJS 。
AngularJS 30 。
$location , URL 。
実例var app = angular.module('myApp', []);
app.controller('customersCtrl', function($scope, $location) {
$scope.myUrl = $location.absUrl();
});