Git Product home page Git Product logo

mw-alert's Introduction

License codebeat badge dependencies Status npm version

This repository is no longer maintained.

mw-alert

AngularJS module that provide contextual feedback messages for typical user actions.

Requirements (tested in)

  • Angular (v1.7.2)

Install

You can install this package either with npm or with bower.

npm

npm install mw-alert --save

bower

bower install mw-alert

Usage

Once the script is included in your html file, simply include the module in your app:

angular.module('myApp', ['mw-alert']);

And use the function 'open' from the Service 'mwAlertService' thusly:

mwAlertService.open({"type": "success", "text": "It is working."})

The alert can be closed from the user with a click on the close button or can be closed inside the code

mwAlertService.close()

You can pass the parameter 'timeout' and 'close_auto' to the message object to change the behaviour of this single message

mwAlertService.open({"type": "success", "text": "It is working.", "close_auto": false})

Config

Name Type Default Description
parent_selector string body set the parent selector for the alert
timeout string 3000 set the timeout
close_auto boolean true should the alert be closed automaticly
templateUrl string mw-alert.html set the template URL

Demo

View demo on Plunker

Tasklist

  • fix spelling, grammar mistakes
  • create tests

mw-alert's People

Contributors

mrwook avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.