Grunt updated with concat and jshint

Also added initial platform detection thing.
This commit is contained in:
Max Lynch
2013-09-23 09:55:11 -05:00
parent 7dfa86f732
commit e59ddfc529
5 changed files with 81 additions and 10 deletions

View File

@ -3,7 +3,7 @@
this.init();
};
ion.ViewController.prototype = {
ionic.ViewController.prototype = {
// Initialize this view controller
init: function() {
},