use strict

This commit is contained in:
Max Lynch
2013-10-15 14:59:26 -05:00
parent 1f2f539ae1
commit 1828379217
17 changed files with 43 additions and 18 deletions

View File

@ -1,4 +1,5 @@
(function(ionic) {
'use strict';
ionic.ViewController = function(options) {
this.init();
};