This commit is contained in:
Zhimin YE 2016-10-24 12:10:56 +01:00
commit 92b666658c
3 changed files with 2 additions and 5 deletions

View File

@ -8,5 +8,5 @@ header(class="background-sky l-relative")
announcement-bar
.announcement-bar-slide.clearfix
img(src="/resources/images/logos/anglebrackets/anglebrackets.png" width="64")
p 参加十月25号到28号在<strong>洛杉矶召开的Anglebrackets大会!</strong>
p 参加十月25号到28号在<strong>拉斯维加斯召开的Anglebrackets大会!</strong>
a(href="https://anglebrackets.org/#!/" target="_blank" class="button md-button") 立即注册

View File

@ -22,6 +22,3 @@ script.
<!-- Google Feedback -->
script(src="//www.gstatic.com/feedback/api.js" type="text/javascript")
<!-- Twitter Widget -->
script.
(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}})(document,"script","twitter-wjs");

View File

@ -163,7 +163,7 @@ a(id="polyfills")
.l-main-section
:marked
### Polyfill packages
### 填充(Polyfile)包
### 填充(Polyfill)包
Angular requires certain [polyfills](https://en.wikipedia.org/wiki/Polyfill) in the application environment.
Install these polyfills using the npm packages that Angular lists in the *peerDependencies* section of its `package.json`.