<!DOCTYPE html> <html> <head> <title>AngularJS Example - Single Timer Example</title> <script src="../angular/angular.min.js"></script> <script src="../app/js/timer.js"></script> <script> angular.module('MyApp', ['timer']); function MyAppController($scope) { $scope.timerRunning = true; $scope.startTimer = function (){ $scope.$broadcast('timer-start'); $scope.timerRunning = true; }; $scope.stopTime
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く