ボクココ

個人開発に関するテックブログ

AngularJS の constant と value の違い

value を使って詰まったことがあったのでメモ. value に関するドキュメントにはこうある。 Value services are similar to constant services, except that they cannot be injected into a module configuration function (see angular.Module#config) but …