mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-03 23:25:03 +08:00
Fixed docs search input with
And couple of missing semi-colons...
This commit is contained in:
@@ -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