Simple implementation of ng-notification to browserify.
npm i ng-notification-browserify
var ngNotification = require('ng-notification-browserify');
// require return a string, use that string to load module on angular
angular.module('myApp', [ngNotification]);
Implementation works like ng-notification
<notification></notification>