Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
fix(window memory scope leaks):
Browse files Browse the repository at this point in the history
- WindowsParent model now correctly destroys its child model's scopes.
- coffeelint fixes
- templates in child windows will destroy when its window scope destroys

issue #1524
  • Loading branch information
nmccready committed Sep 22, 2015
1 parent 96039bf commit 42cca07
Show file tree
Hide file tree
Showing 15 changed files with 16,227 additions and 135 deletions.
2 changes: 1 addition & 1 deletion coffeelint.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"no_throwing_strings": {
"name": "no_throwing_strings",
"level": "error"
"level": "ignore"
},
"no_backticks": {
"name": "no_backticks",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-google-maps-street-view.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! angular-google-maps 2.2.1 2015-09-15
/*! angular-google-maps 2.2.1 2015-09-22
* AngularJS directives for Google Maps
* git: https://github.com/angular-ui/angular-google-maps.git
*/
Expand Down
5 changes: 0 additions & 5 deletions dist/angular-google-maps-street-view.min.js

This file was deleted.

Loading

0 comments on commit 42cca07

Please sign in to comment.