mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-01 22:25:11 +08:00
Fixed docs search input with
And couple of missing semi-colons...
This commit is contained in:
@@ -194,6 +194,7 @@ p {
|
||||
position: relative;
|
||||
top: 1em;
|
||||
left: 1em;
|
||||
width: 202px;
|
||||
}
|
||||
|
||||
#sidebarArea {
|
||||
|
||||
@@ -43,7 +43,7 @@ function DocsController($location, $browser, $window) {
|
||||
|
||||
this.selectedPartial = function(partial) {
|
||||
return partial.id == self.partialId ? 'current' : '';
|
||||
}
|
||||
};
|
||||
|
||||
this.afterPartialLoaded = function() {
|
||||
SyntaxHighlighter.highlight();
|
||||
|
||||
Reference in New Issue
Block a user