|
|
|
@ -38,8 +38,8 @@ module Docs
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2010–2018 Google, Inc.<br>
|
|
|
|
|
Licensed under the Creative Commons Attribution License 4.0.
|
|
|
|
|
© 2010–2020 Google, Inc.<br>
|
|
|
|
|
Licensed under the Creative Commons Attribution License 3.0.
|
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
stub '' do
|
|
|
|
@ -49,6 +49,11 @@ module Docs
|
|
|
|
|
capybara.execute_script("return document.querySelector('.side-navigation').innerHTML")
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
version '1.8' do
|
|
|
|
|
self.release = '1.8.2'
|
|
|
|
|
self.base_url = "https://code.angularjs.org/#{release}/docs/partials/"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
version '1.7' do
|
|
|
|
|
self.release = '1.7.8'
|
|
|
|
|
self.base_url = "https://code.angularjs.org/#{release}/docs/partials/"
|
|
|
|
|