Upgrade angular to 1.2.15

This commit is contained in:
Rashid Khan 2014-03-03 15:24:11 -07:00
parent ce61627278
commit 4b37aba808
3 changed files with 4 additions and 4 deletions

View file

@ -22,10 +22,10 @@
"dependencies": {
"requirejs": "~2.1.10",
"elasticsearch": "*",
"angular": "~1.2.10",
"angular": "~1.2.15",
"lodash": "~2.4.1",
"d3": "~3.4.1",
"angular-route": "~1.2.12",
"angular-route": "~1.2.15",
"gridster": "~0.5.0",
"font-awesome": "~4.0.3",
"requirejs-text": "~2.0.10",

View file

@ -13,6 +13,6 @@
"commit": "cdb04bc387315ee35502d9b0b416ee21b6771812"
},
"_source": "git://github.com/angular/bower-angular-route.git",
"_target": "~1.2.12",
"_target": "~1.2.15",
"_originalSource": "angular-route"
}

View file

@ -11,6 +11,6 @@
"commit": "09c34b160f12cf83de1f83afd4fa5df07318fa01"
},
"_source": "git://github.com/angular/bower-angular.git",
"_target": "~1.2.10",
"_target": "~1.2.15",
"_originalSource": "angular"
}