0.0.6 • Published 7 years ago

log_toast v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

log_toast

Show angular $log as Toaster

Installation

npm install log_toast

Configuration

  1. html see test/index.html

  2. css see test/index.css

  3. angular module

require 'log_toast'

angular
  .module 'app', ['logToast', ...]
  .config
  .controller 'ctrl', ($log, ...)
    model
      .$save()
      .catch $log.error
  1. demo