angular-pnotify icon indicating copy to clipboard operation
angular-pnotify copied to clipboard

AngularJS wrapper for PNotify

Results 5 angular-pnotify issues
Sort by recently updated
recently updated
newest added

how can I show one notification at a time no matter what

Uncaught TypeError: Cannot read property 'prototype' of undefined at pnotify.animate.js:1 at pnotify.animate.js:1 at pnotify.animate.js:1 "pnotify": "3.0.0" issue with this version, if i changed it to "pnotify": "sciactive/pnotify#~2.0.1", I am not...

Using `"angular-pnotify": "~0.1.2"` ```javascript 'use strict'; angular.module('MyApp') .config(['notificationServiceProvider', function(notificationServiceProvider) { notificationServiceProvider.setDefaults({ styling: "bootstrap3", history: false }); }]) .factory('notification', ['notificationService', function (notificationService) { return { error: function(title, text, options) { var...

Hello. I know that this is only a wrapper for PNotify, but being built over AngularJS I thought it would be able to evalute angular $scope. What I mean is:...