diff --git a/app/admin/controllers/fourth.js b/app/admin/controllers/fourth.js new file mode 100755 index 0000000..056133f --- /dev/null +++ b/app/admin/controllers/fourth.js @@ -0,0 +1,15 @@ +/** + * Created with IntelliJ IDEA. + * User: Mateusz + * Date: 15.11.12 + * Time: 22:38 + */ + +'use strict'; + +define([], function () { + + return ['FourthController', function ($scope) { + $scope.message = "I'm the 4th controller!"; + }] +}) diff --git a/app/admin/partials/admin.html b/app/admin/partials/admin.html new file mode 100755 index 0000000..7929a9e --- /dev/null +++ b/app/admin/partials/admin.html @@ -0,0 +1,7 @@ +