docs(cheatsheet): updates for the cheatsheet, move to angular min
This commit is contained in:
parent
d40982dc68
commit
ff53defb4f
@ -6,9 +6,9 @@ script(src="/resources/js/vendor/lodash.js")
|
|||||||
|
|
||||||
|
|
||||||
<!-- Angular Material Dependencies -->
|
<!-- Angular Material Dependencies -->
|
||||||
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.js")
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js")
|
||||||
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-animate.js")
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-animate.min.js")
|
||||||
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-aria.js")
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-aria.min.js")
|
||||||
script(src="https://ajax.googleapis.com/ajax/libs/angular_material/0.8.3/angular-material.min.js")
|
script(src="https://ajax.googleapis.com/ajax/libs/angular_material/0.8.3/angular-material.min.js")
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
doctype html public "9 of spades"
|
doctype html public
|
||||||
html(lang="en" ng-app="angularIOApp" itemscope itemtype="http://schema.org/Framework")
|
html(lang="en" ng-app="angularIOApp" itemscope itemtype="http://schema.org/Framework")
|
||||||
head
|
head
|
||||||
!= partial("/_includes/_head-include")
|
!= partial("/_includes/_head-include")
|
||||||
|
@ -16,7 +16,7 @@ article(class="l-content-small grid-fluid docs-content")
|
|||||||
br
|
br
|
||||||
br
|
br
|
||||||
|
|
||||||
table(ng-repeat='section in cheatsheet')
|
table(ng-repeat='section in cheatsheet' ng-cloak)
|
||||||
tr
|
tr
|
||||||
th {{section.syntax}}
|
th {{section.syntax}}
|
||||||
th
|
th
|
||||||
|
10
public/resources/css/_angular.scss
Normal file
10
public/resources/css/_angular.scss
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Angular Core Styles (subset)
|
||||||
|
*
|
||||||
|
* These styles are usually imported when angular.js script loads, but on angular.io that happens
|
||||||
|
* too late because of the Jade pre-rendering.
|
||||||
|
*/
|
||||||
|
|
||||||
|
[ng-cloak] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
@ -9,6 +9,7 @@
|
|||||||
@import 'theme';
|
@import 'theme';
|
||||||
@import 'base/reset';
|
@import 'base/reset';
|
||||||
@import 'base/type';
|
@import 'base/type';
|
||||||
|
@import 'angular';
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user