/**
* angular-strap * @version v2.1.6 - 2015-01-11 * @link http://mgcrea.github.io/angular-strap * @author Olivier Louvignes (olivier@mg-crea.com) * @license MIT License, http://www.opensource.org/licenses/MIT */
“use strict”;angular.module(“mgcrea.ngStrap.aside”,).provider(“$aside”,function(){var e=this.defaults={animation:“am-fade-and-slide-right”,prefixClass:“aside”,prefixEvent:“aside”,placement:“right”,template:“aside/aside.tpl.html”,contentTemplate:!1,container:!1,element:null,backdrop:!0,keyboard:!0,html:!1,show:!0};this.$get=[“$modal”,function(t){function n(n){var a={},i=angular.extend({},e,n);return a=t(i)}return n}]}).directive(“bsAside”,[“$window”,“$sce”,“$aside”,function(e,t,n){e.requestAnimationFrame||e.setTimeout;return{restrict:“EAC”,scope:!0,function(e,a,i){var r={scope:e,element:a,show:!1};angular.forEach(,function(e){angular.isDefined(i)&&(r=i)}),angular.forEach(,function(n){i&&i.$observe(n,function(a){e=t.trustAsHtml(a)})}),i.bsAside&&e.$watch(i.bsAside,function(t){angular.isObject(t)?angular.extend(e,t):e.content=t},!0);var o=n®;a.on(i.trigger||“click”,o.toggle),e.$on(“$destroy”,function(){o&&o.destroy(),r=null,o=null})}}}]); //# sourceMappingURL=aside.min.js.map