| Server IP : 104.21.37.246 / Your IP : 104.23.243.32 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388322/root/proc/2388322/cwd/unprotected/libraries/angular-growl-2/ |
Upload File : |
##Changelog **0.8.0** - TBE TODO * Code clean up * Testing * Latest angular support * [Finding a solution for this issue](https://github.com/JanStevens/angular-growl-2/issues/54) **0.7.3** - 05 Jan 2015 * Fixes issue 62 where the service was called before the directive was initialized **0.7.2** - 20 Nov 2014 * Possibility to toggle the translation of messages (@schoes) [pull #55](https://github.com/JanStevens/angular-growl-2/pull/55) * Check if the response is undefined (Offline Connections) (@brunoporto) [pull #50](https://github.com/JanStevens/angular-growl-2/pull/50) * Prevent NPEs when working with server-side messages (@madhead) [pull #45](https://github.com/JanStevens/angular-growl-2/pull/45) * Added a general method for setting the Growl type based on a server response (@madhead) [pull #41](https://github.com/JanStevens/angular-growl-2/pull/41) * Split Growl directive in a growl factory added a way to programatically close messages and a setText to update the message text (@chasemgray) [pull #38](https://github.com/JanStevens/angular-growl-2/pull/38) **0.7.0** - 10 Aug 2014 * Added new documentation website with examples instead of this readme. * Growl Containers are now responsive for mobile devices (@tlvince) [pull #17](https://github.com/JanStevens/angular-growl-2/pull/17) * Add option to reverse order of messages (@MilosMosovsky) [pull #18](https://github.com/JanStevens/angular-growl-2/pull/18) * Add option to set the message limit of a growl container (@MilosMosovsky) [pull #21](https://github.com/JanStevens/angular-growl-2/pull/21) * Add new feature to stop the TTL when clicked and remove the message manually when clicked again (@willjk) [pull #27](https://github.com/JanStevens/angular-growl-2/pull/27) * Fix for issue #22 (@soumya92) [pull #23](https://github.com/JanStevens/angular-growl-2/pull/23) * Fix for angular 1.3 http interceptor API changes (@vik-singh) [pull #20](https://github.com/JanStevens/angular-growl-2/pull/20) & [pull #29](https://github.com/JanStevens/angular-growl-2/pull/29) * Fix only add template to cache if it doesn't exist already (@Anaphase) [pull #31](https://github.com/JanStevens/angular-growl-2/pull/31) **0.6.1** - 25 May 2014 * Fixes edge case where message test is not a string * Fixes style issue where close button was floating outside the alert * Fixes issue [#12](https://github.com/JanStevens/angular-growl-2/issues/12), [#15](https://github.com/JanStevens/angular-growl-2/issues/15), [#16](https://github.com/JanStevens/angular-growl-2/issues/16) **0.6.0** - 16 Apr 2014 * [CHANGE] remove enableHtml, `$sce.trustAsHtml` is always run on the message text * Possible to set global possition for non-inline growl messages (thanks @pauloprea) * Template can now easily be replace or styled with CSS * Include icons for the different notifications, can be disabled globally or per notification * Server side messages can now interpolate variables into the message ([original pull request](https://github.com/marcorinck/angular-growl/pull/19)) **0.5.3** - 19 Mar 2014 * Fixed bug where globalInlineMessage option would not work globally **0.5.2** - 19 Mar 2014 * Added an option to show notifications inline instead of growl like behaviour (very handy for forms) * Added a referenceId field so different inline growl directives can be targeted * Converted tabs to spaces * Updated the demo site to show the new changes **0.5.0** - 18 Mar 2014 * Manually merged some pull requests from the original branch * Fixed bower.json file to include itself and the css file * [BREAK] changed the function names to add growl notifications to be a shorter (success, info, warning, error VS addSuccessMessage, addInfoMessage...) **0.4.0** - 19th Nov 2013 * updated dependency to angularJS 1.2.x, angular-growl does not work with 1.0.x anymore (BREAKING CHANGE) * new option: only display unique messages, which is the new default, disable to allow same message more than once (BREAKING CHANGE) * new option: allow html tags in messages, default is off you need to **0.3.1** - 1st Oct 2013 * bugfix: translating of messages works again * change: also set alert css classes introduced by bootstrap 3 **0.3.0** - 26th Sept 2013 * adding css animations support via ngAnimate (for angularJS >= 1.2) * ability to configure server message keys **0.2.0** - 22nd Sept 2013 * reworking, bugfixing and documenting handling of server sent messages/notifications * externalizing css styles of growl class * provide minified versions of js and css files in build folder **0.1.3** - 20th Sept 2013 * introducing ttl config option, fixes #2