-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathintroduction.min.js
More file actions
2 lines (2 loc) · 3.07 KB
/
introduction.min.js
File metadata and controls
2 lines (2 loc) · 3.07 KB
1
2
webpackJsonp([30],{1064:function(t,exports,e){var n=e(694);"string"==typeof n&&(n=[[t.i,n,""]]);e(2)(n,{});n.locals&&(t.exports=n.locals)},299:function(t,exports,e){"use strict";function n(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(exports,"__esModule",{value:!0});var r=e(853),o=n(r);exports["default"]=angular.module("introduction",[]).component("introduction",o["default"])},554:function(t,exports){"use strict";function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(exports,"__esModule",{value:!0});var n=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),r=function(){function t(n,r){e(this,t),this.$state=n,this.$translate=r}return n(t,[{key:"globalRoute",value:function(t){return t+"({'lang':'"+this.currentLang+"'})"}},{key:"$onInit",value:function(){this.currentLang=this.$translate.use()}}]),t}();exports["default"]=r},694:function(t,exports,e){exports=t.exports=e(1)(),exports.push([t.i,"body {\n font-size: 14px!important;\n}\n",""])},853:function(t,exports,e){"use strict";function n(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(exports,"__esModule",{value:!0});var r=e(996),o=n(r),a=e(854),i=n(a);e(1064),exports["default"]={restrict:"E",bindings:{},template:o["default"],controller:i["default"],controllerAs:"vm"}},854:function(t,exports,e){"use strict";function n(t){return t&&t.__esModule?t:{"default":t}}function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function a(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}Object.defineProperty(exports,"__esModule",{value:!0});var i=e(554),u=n(i),l=function(t){function e(t,n){"ngInject";return r(this,e),o(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n))}return e.$inject=["$state","$translate"],a(e,t),e}(u["default"]);exports["default"]=l},996:function(t,exports){t.exports="<section class=\"intro-content\">\n\t<h1 translate='{{vm.$state.current.name}}'></h1>\n\t<p>{{'FeatureDesc'|translate}}</p>\n\t<ul class=\"introduction\">\n\t\t<li>{{'Feature1'|translate}}</li>\n\t\t<li>{{'Feature2'|translate}}</li>\n\t\t<li>{{'Feature3'|translate}}</li>\n\t\t<li>{{'Feature4'|translate}}</li>\n\t\t<li>{{'Feature5'|translate}}</li>\n\t</ul>\n\n\t<div class=\"footer-nav\">\n\t\t<a class=\"footer-nav-link footer-nav-right\" ui-sref=\"{{vm.globalRoute('build')}}\">\n {{'build'|translate}}\n <i class=\"glyphicon glyphicon-menu-right\"></i></a>\n\t</div>\n</section>"}});
//# sourceMappingURL=introduction.min.js.map