Skip to content

Instantly share code, notes, and snippets.

@renatomattos2912
Created November 26, 2014 17:51
Show Gist options
  • Save renatomattos2912/529a90eaaefd129f0538 to your computer and use it in GitHub Desktop.
Save renatomattos2912/529a90eaaefd129f0538 to your computer and use it in GitHub Desktop.
Basic angular js file
(function(){
'use strict';
/**
* @ngdoc <type>
* @name app
* @function
*
* @description
* <description>
*/
angular.module('app', []);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment