File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -2721,6 +2721,27 @@ Use file templates or snippets to help follow consistent styles and patterns. He
2721
2721
ng- f // creates an Angular factory
2722
2722
ng- m // creates an Angular module
2723
2723
` ` `
2724
+
2725
+ ### Atom
2726
+ ###### [Style [Y253](#style-y253)]
2727
+
2728
+ - AngularJS snippets that follow these styles and guidelines.
2729
+ ` ` `
2730
+ apm install angularjs- styleguide- snippets
2731
+ ` ` `
2732
+ or
2733
+ - Open Atom, then open the Package Manager (Packages -> Settings View -> Install Packages/Themes)
2734
+ - Search for the package 'angularjs-styleguide-snippets'
2735
+ - Click 'Install' to install the package
2736
+
2737
+ - In a JavaScript file type these commands followed by a ` TAB `
2738
+
2739
+ ` ` ` javascript
2740
+ ngcontroller // creates an Angular controller
2741
+ ngdirective // creates an Angular directive
2742
+ ngfactory // creates an Angular factory
2743
+ ngmodule // creates an Angular module
2744
+ ` ` `
2724
2745
2725
2746
**[Back to top](#table-of-contents)**
2726
2747
You can’t perform that action at this time.
0 commit comments