update to sidenav and ngbindable
This commit is contained in:
parent
2f15f05325
commit
95e60ce204
@ -11,7 +11,7 @@ html(lang="en" ng-app="angularIOApp")
|
|||||||
if banner
|
if banner
|
||||||
!= partial("../../../../_includes/_banner")
|
!= partial("../../../../_includes/_banner")
|
||||||
|
|
||||||
article.l-content-small.grid-fluid.docs-content
|
article.l-content-small.grid-fluid.docs-content(ng-non-bindable)
|
||||||
!= yield
|
!= yield
|
||||||
!= partial("../../../../_includes/_next-item")
|
!= partial("../../../../_includes/_next-item")
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ p.
|
|||||||
|
|
||||||
.l-main-section
|
.l-main-section
|
||||||
h2#section-showing-properties-with-interpolation Showing properties with interpolation
|
h2#section-showing-properties-with-interpolation Showing properties with interpolation
|
||||||
p.text-body(ng-non-bindable)
|
p.text-body
|
||||||
| The simple method for binding text into templates is through interpolation where you put the name of a property
|
| The simple method for binding text into templates is through interpolation where you put the name of a property
|
||||||
| inside <strong>{{ }}</strong>.
|
| inside <strong>{{ }}</strong>.
|
||||||
|
|
||||||
|
@ -185,11 +185,9 @@
|
|||||||
// SECONDARY SIDENAV BUTTON
|
// SECONDARY SIDENAV BUTTON
|
||||||
.side-nav-tertiary {
|
.side-nav-tertiary {
|
||||||
padding-bottom: ($unit * 1);
|
padding-bottom: ($unit * 1);
|
||||||
margin: 0px 0px 0px ($unit * 2);
|
margin: 0px;
|
||||||
list-style-type: disc;
|
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
|
|
||||||
&.is-selected {
|
&.is-selected {
|
||||||
> a {
|
> a {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user