Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created March 9, 2017 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksakae1216/8ac7c01989627679285b7be83ca95adf to your computer and use it in GitHub Desktop.
Save ksakae1216/8ac7c01989627679285b7be83ca95adf to your computer and use it in GitHub Desktop.
//最初にコピーしたいオブジェクトを変数に代入
var obj = {'aaa', 'bbb'};
//変数objをangular.copyでコピーする
var toCopyObje = angular.copy(obj);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment