{I" class:ETI"ProcessedAsset;FI"logical_path;TI"(social_networking/services/Alert.js;FI" pathname;TI"x/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/services/Alert.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+ĶUI" length;TiaI" digest;TI"%e9964f24d5cc9d83d709f3c52fc9c494;FI" source;TI"a;(function() { 'use strict'; var ErrorClass = "alert-danger"; function alertService() { return { alerts: [], addError: function(message) { this.getAlerts().push({ cssClass: ErrorClass, message: message }); }, getAlerts: function() { return this.alerts; }, removeAlert: function(alert) { var index; index = this.getAlerts().indexOf(alert); this.getAlerts().splice(index, 1); } }; } angular.module('socialNetworking.services') .factory('alertService', [alertService]); })(); ;TI"dependency_digest;TI"%dafd00b1ea2c2453b7d0cbb1adaddd63;FI"required_paths;T[I"x/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/services/Alert.js;FI"dependency_paths;T[{I" path;TI"x/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/services/Alert.js;F@I"2015-08-13T16:37:05-05:00;T@I"%e9964f24d5cc9d83d709f3c52fc9c494;FI" _version;TI"%883b724e06f474a3db2deee10c127ab9;F