diff options
Diffstat (limited to 'app/views/home')
| -rw-r--r-- | app/views/home/main.html.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/home/main.html.erb b/app/views/home/main.html.erb index 5117084..d7a2d65 100644 --- a/app/views/home/main.html.erb +++ b/app/views/home/main.html.erb @@ -18,7 +18,7 @@  			<a href="#" class="button margin-left-8"  				ng-show="noteService.current_note" -				ng-click="noteService.save()">Save</a> +				ng-click="noteService.update()">Save</a>  		</div>  	</div>  </div>  | 
