destos / AngularJs.tmbundle

AngularJs Textmate Bundle

Home Page:http://deansofer.com/projects/view/74/AngularJs_tmbundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJs Textmate Bundle

Installation

With Git

git clone git://github.com/ProLoser/AngularJs.tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/AngularJs.tmbundle

Without Git

  1. Download the code
  2. Extract the package
  3. Rename the folder to 'AngularJs.tmbundle' and choose Use .tmbundle Extension
  4. Double click on the new folder and TextMate will handle the rest!

Tab Triggers

Html

  • repeat
  • switch + when + default
  • show + hide
  • plural pluralize
  • options
  • view
  • inc include
  • click

Javascript

  • is + [# to select] isArray, isObject, isDefined, isFunction, isString
  • lower lowercase
  • upper uppercase
  • mod + dir new module or directive template
  • noop
  • extend
  • each forEach
  • http
  • watch
  • digest
  • el element
  • .$ + [# to select] $scope.$digest, $scope.$apply, $scope.$watch, $scope.$eval
  • http $http()
  • noop
  • filter $filter
  • copy
  • mod angular.module(). // Includes a preceeding docblock
  • dir directive()
  • route $routeProvider.when