orbweaver-message
Advanced tools
Comparing version 0.102.0 to 0.102.1
{ | ||
"name": "orbweaver-message", | ||
"version": "0.102.0", | ||
"version": "0.102.1", | ||
"homepage": "https://github.com/aranasoft/bower-orbweaver-message", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -0,1 +1,7 @@ | ||
/** | ||
* orbweaver v0.102.1 | ||
* @copyright 2013-2015 Arana Software <info@aranasoft.com>. https://github.com/aranasoft/orbweaver | ||
* @license BSD-3-Clause | ||
*/ | ||
(function (window, angular, undefined) { | ||
@@ -2,0 +8,0 @@ 'use strict'; |
@@ -1,2 +0,7 @@ | ||
!function(o,t,n){"use strict";var s=t.module("orbMessage",[]);s.constant("orbToastrOptions",{closeButton:!0,debug:!1,positionClass:"toast-top-right",onclick:null,showDuration:"300",hideDuration:"1000",timeOut:"3000",extendedTimeOut:"1000",showEasing:"swing",hideEasing:"linear",showMethod:"fadeIn",hideMethod:"fadeOut"}),s.factory("orbMessageService",["$rootScope","$timeout","orbToastrOptions",function(o,t,n){return toastr.options=n,{success:function(o){toastr.success(o)},info:function(o){toastr.info(o)},warning:function(o){toastr.warning(o)},error:function(o){toastr.error(o)}}}])}(window,window.angular); | ||
/** | ||
* orbweaver v0.102.1 | ||
* @copyright 2013-2015 Arana Software <info@aranasoft.com>. https://github.com/aranasoft/orbweaver | ||
* @license BSD-3-Clause | ||
*/ | ||
!function(window,angular,undefined){"use strict";var orbweaver=angular.module("orbMessage",[]);orbweaver.constant("orbToastrOptions",{closeButton:!0,debug:!1,positionClass:"toast-top-right",onclick:null,showDuration:"300",hideDuration:"1000",timeOut:"3000",extendedTimeOut:"1000",showEasing:"swing",hideEasing:"linear",showMethod:"fadeIn",hideMethod:"fadeOut"}),orbweaver.factory("orbMessageService",["$rootScope","$timeout","orbToastrOptions",function($rootScope,$timeout,orbToastrOptions){return toastr.options=orbToastrOptions,{success:function(message){toastr.success(message)},info:function(message){toastr.info(message)},warning:function(message){toastr.warning(message)},error:function(message){toastr.error(message)}}}])}(window,window.angular); | ||
//# sourceMappingURL=orbweaver-message.min.js.map |
{ | ||
"name": "orbweaver-message", | ||
"version": "0.102.0", | ||
"version": "0.102.1", | ||
"description": "Orbweaver module for displaying UI messages", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79
9400