|
|
|
@ -3,7 +3,7 @@ module Docs
|
|
|
|
|
self.name = 'Angular.js'
|
|
|
|
|
self.slug = 'angular'
|
|
|
|
|
self.type = 'angular'
|
|
|
|
|
self.version = '1.3.8'
|
|
|
|
|
self.version = '1.3.14'
|
|
|
|
|
self.base_url = "https://code.angularjs.org/#{version}/docs/partials/api/"
|
|
|
|
|
|
|
|
|
|
html_filters.push 'angular/clean_html', 'angular/entries', 'title'
|
|
|
|
@ -20,10 +20,9 @@ module Docs
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
options[:skip] = %w(ng.html)
|
|
|
|
|
options[:skip_patterns] = [/\/(function|directive|object|type|provider|service|filter)\.html\z/]
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2010–2014 Google, Inc.<br>
|
|
|
|
|
© 2010–2015 Google, Inc.<br>
|
|
|
|
|
Licensed under the Creative Commons Attribution License 3.0.
|
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|