Skip to content

Commit 22a6732

Browse files
committed
- bumped to grunt-contrib-coffee to latest coffeescript to support better
restructuring ChildModels All child models now have one options argument to have better explicit creation in knowing what each option actually is. Delted some dead code. isScopeModel option in all child models so that non plural directives will skipp deep cloning.
1 parent 25dd39a commit 22a6732

File tree

62 files changed

+381
-20460
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+381
-20460
lines changed

.eslintrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2+
"globals": {
3+
"angular": true,
4+
"lodash": true,
5+
"expect": true,
6+
"describe": true,
7+
"it": true,
8+
"xit": true,
9+
"spyOn": true
10+
},
211
"extends": "airbnb"
312
}

dist/angular-google-maps-street-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-google-maps 2.3.1 2016-01-28
1+
/*! angular-google-maps 2.3.1 2016-01-30
22
* AngularJS directives for Google Maps
33
* git: https://github.com/angular-ui/angular-google-maps.git
44
*/

dist/angular-google-maps-street-view.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)