File tree Expand file tree Collapse file tree 5 files changed +1848
-16
lines changed
Expand file tree Collapse file tree 5 files changed +1848
-16
lines changed Original file line number Diff line number Diff line change 1- #### Note: February 2018 housekeeping -> v 0.2.0 updates angular and fixes testing issues
2-
3- Updated bundled angularjs lib from angular-1.2.0-rc.2 to
4- angular-1.2.32 (latest of the 1.2 release series) + updated and fixed
5- dependencies on karma and jasmine modules so that tests would run and pass again.
1+ # angular-openweather-app — a weather forecast app written in AngularJS
62
73---
4+ Note: May 2ß22 housekeeping -> latest Release 0.3.0 updates jasmine/karma and fixes security vulnerabilities
85
9- # angular-openweather-app — a weather forecast app written in AngularJS
6+ ---
107
118[ ![ Build Status] ( https://travis-ci.org/atufkas/angular-openweather-app.svg?branch=master )] ( https://travis-ci.org/atufkas/angular-openweather-app )
129
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ module.exports = function(config) {
55 files : [
66 'app/lib/angular-1.2.32/angular.js' ,
77 'app/lib/angular-1.2.32/angular-*.js' ,
8+ 'app/lib/iso-3166-country-codes-angular/*.js' ,
89 'test/lib/angular-1.2.32/angular-mocks.js' ,
910 'app/js/**/*.js' ,
1011 'test/unit/**/*.js'
You can’t perform that action at this time.
0 commit comments