Skip to content

Instantly share code, notes, and snippets.

@azami
Created May 19, 2014 07:30
Show Gist options
  • Save azami/4af0f6f1ba658b62a6fe to your computer and use it in GitHub Desktop.
Save azami/4af0f6f1ba658b62a6fe to your computer and use it in GitHub Desktop.
angularjsで$scopeのarrayの行を削除する
$scope.settings.splice(index, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment