log_toast
v0.0.6
Published
Show angular $log as Toaster
Downloads
12
Readme
log_toast
Show angular $log as Toaster
Installation
npm install log_toast
Configuration
html see test/index.html
angular module
require 'log_toast'
angular
.module 'app', ['logToast', ...]
.config
.controller 'ctrl', ($log, ...)
model
.$save()
.catch $log.error