Skip to content

Instantly share code, notes, and snippets.

@robwormald
Created January 25, 2014 01:32
Show Gist options
  • Save robwormald/8610381 to your computer and use it in GitHub Desktop.
Save robwormald/8610381 to your computer and use it in GitHub Desktop.
//view
<input ng-model="newPost.name"
//new post object
$scope.newPost = {}
//pass the newPost object into the factory
$scope.sendPost = PostFactory.create($scope.newPost)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment